Skip to content

Commit 4db6f2a

Browse files
author
Baris Sencan
committed
Increment version
Close #29
1 parent 02edbd5 commit 4db6f2a

File tree

4 files changed

+13
-5
lines changed

4 files changed

+13
-5
lines changed

CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,13 @@
11
# Change Log
22

3+
## [1.5.1](https://github.com/isair/JSONHelper/tree/1.5.1) (2015-04-07)
4+
5+
[Full Changelog](https://github.com/isair/JSONHelper/compare/1.5.0...1.5.1)
6+
7+
**Merged pull requests:**
8+
9+
- Add automatically generated change log file. [\#28](https://github.com/isair/JSONHelper/pull/28) ([skywinder](https://github.com/skywinder))
10+
311
## [1.5.0](https://github.com/isair/JSONHelper/tree/1.5.0) (2015-04-04)
412

513
[Full Changelog](https://github.com/isair/JSONHelper/compare/1.4.2...1.5.0)

JSONHelper.podspec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
Pod::Spec.new do |s|
22
s.name = 'JSONHelper'
3-
s.version = '1.5.0'
3+
s.version = '1.5.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

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.5.0</string>
18+
<string>1.5.1</string>
1919
<key>CFBundleSignature</key>
2020
<string>????</string>
2121
<key>CFBundleVersion</key>
22-
<string>12</string>
22+
<string>13</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.5.0</string>
18+
<string>1.5.1</string>
1919
<key>CFBundleSignature</key>
2020
<string>????</string>
2121
<key>CFBundleVersion</key>
22-
<string>12</string>
22+
<string>13</string>
2323
<key>NSPrincipalClass</key>
2424
<string></string>
2525
</dict>

0 commit comments

Comments
 (0)