Skip to content

Commit

Permalink
Incrementing version to 1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
geoffraeder committed Feb 24, 2018
1 parent 5404bbd commit c551da2
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions BugsplatMac.podspec
@@ -1,12 +1,12 @@
Pod::Spec.new do |s|
s.name = 'BugsplatMac'
s.version = '0.9.20'
s.version = '1.0'
s.license = 'MIT'
s.homepage = 'http://bugsplatsoftware.com'
s.summary = 'Bugsplat OS X framework'
s.author = 'Geoff Raeder'
s.source = { :http => "https://github.com/BugSplatGit/BugsplatMac/releases/download/#{s.version}/BugsplatMac.framework.zip" }
s.platform = :osx, '10.7'
s.platform = :osx, '10.9'
s.requires_arc = true
s.vendored_frameworks = 'Carthage/Build/Mac/BugsplatMac.framework'
s.resource = 'Carthage/Build/Mac/BugsplatMac.framework'
Expand Down
Binary file not shown.
2 changes: 1 addition & 1 deletion Supporting/Info.plist
Expand Up @@ -15,7 +15,7 @@
<key>CFBundlePackageType</key>
<string>FMWK</string>
<key>CFBundleShortVersionString</key>
<string>0.9.19</string>
<string>1.0</string>
<key>CFBundleSignature</key>
<string>????</string>
<key>CFBundleVersion</key>
Expand Down

0 comments on commit c551da2

Please sign in to comment.