Skip to content

Commit 407ab47

Browse files
committed
Bump version
1 parent c309424 commit 407ab47

File tree

3 files changed

+6
-6
lines changed

3 files changed

+6
-6
lines changed

JSONHelper.podspec

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
11
Pod::Spec.new do |s|
22
s.name = 'JSONHelper'
3-
s.version = '1.6.0'
3+
s.version = '1.6.1'
44
s.license = { :type => 'zlib', :file => 'LICENSE' }
55
s.summary = 'Lightning fast JSON deserialization and value conversion library for iOS & OS X written in Swift.'
66

77
s.homepage = 'https://github.com/isair/JSONHelper'
8-
s.author = { 'Baris Sencan' => 'barissncn@gmail.com' }
8+
s.author = { 'Baris Sencan' => 'baris.sncn@gmail.com' }
99
s.social_media_url = 'https://twitter.com/IsairAndMorty'
1010

1111
s.ios.deployment_target = '8.0'

JSONHelper/Supporting Files/Mac/Info.plist

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,11 +15,11 @@
1515
<key>CFBundlePackageType</key>
1616
<string>FMWK</string>
1717
<key>CFBundleShortVersionString</key>
18-
<string>1.6.0</string>
18+
<string>1.6.1</string>
1919
<key>CFBundleSignature</key>
2020
<string>????</string>
2121
<key>CFBundleVersion</key>
22-
<string>17</string>
22+
<string>18</string>
2323
<key>NSPrincipalClass</key>
2424
<string></string>
2525
</dict>

JSONHelper/Supporting Files/iOS/Info.plist

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,11 +15,11 @@
1515
<key>CFBundlePackageType</key>
1616
<string>FMWK</string>
1717
<key>CFBundleShortVersionString</key>
18-
<string>1.6.0</string>
18+
<string>1.6.1</string>
1919
<key>CFBundleSignature</key>
2020
<string>????</string>
2121
<key>CFBundleVersion</key>
22-
<string>17</string>
22+
<string>18</string>
2323
<key>NSPrincipalClass</key>
2424
<string></string>
2525
</dict>

0 commit comments

Comments
 (0)