Parcourir la source

Release 0.6.0

Norio Nomura il y a 7 ans
Parent
commit
8e33ed4b6d
2 fichiers modifiés avec 2 ajouts et 2 suppressions
  1. 1 1
      Base32.xcodeproj/Base32_Info.plist
  2. 1 1
      SwiftBase32.podspec

+ 1 - 1
Base32.xcodeproj/Base32_Info.plist

@@ -14,7 +14,7 @@
   <key>CFBundlePackageType</key>
   <string>FMWK</string>
   <key>CFBundleShortVersionString</key>
-  <string>0.5.4</string>
+  <string>0.6.0</string>
   <key>CFBundleSignature</key>
   <string>????</string>
   <key>CFBundleVersion</key>

+ 1 - 1
SwiftBase32.podspec

@@ -1,6 +1,6 @@
 Pod::Spec.new do |s|
   s.name                      = 'SwiftBase32'
-  s.version                   = '0.5.4'
+  s.version                   = '0.6.0'
   s.summary                   = 'Base32 implementation for Swift.'
   s.homepage                  = 'https://github.com/norio-nomura/Base32'
   s.source                    = { :git => s.homepage + '.git', :tag => s.version }