Skip to content

Commit

Permalink
0.7 -> 0.7.0
Browse files Browse the repository at this point in the history
  • Loading branch information
jedisct1 committed Oct 22, 2018
1 parent 958c6d0 commit 8d2e630
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions Sodium.podspec
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
Pod::Spec.new do |s|
s.name = 'Sodium'
s.version = '0.7'
s.version = '0.7.0'
s.license = { :type => "ISC", :file => 'LICENSE' }
s.summary = 'Swift-Sodium provides a safe and easy to use interface to perform common cryptographic operations on iOS and OSX.'
s.homepage = 'https://github.com/jedisct1/swift-sodium'
s.social_media_url = 'https://twitter.com/jedisct1'
s.authors = { 'Frank Denis' => '' }
s.source = { :git => 'https://github.com/jedisct1/swift-sodium.git',
:tag => '0.7' }
:tag => '0.7.0' }

s.ios.deployment_target = '8.0'
s.osx.deployment_target = '10.10'
Expand Down
2 changes: 1 addition & 1 deletion Sodium/Info.plist
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
<key>CFBundlePackageType</key>
<string>FMWK</string>
<key>CFBundleShortVersionString</key>
<string>0.7</string>
<string>0.7.0</string>
<key>CFBundleSignature</key>
<string>????</string>
<key>CFBundleVersion</key>
Expand Down

0 comments on commit 8d2e630

Please sign in to comment.