Skip to content

Commit

Permalink
Increment version
Browse files Browse the repository at this point in the history
Close #29
  • Loading branch information
Baris Sencan committed Apr 7, 2015
1 parent 02edbd5 commit 4db6f2a
Show file tree
Hide file tree
Showing 4 changed files with 13 additions and 5 deletions.
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# Change Log

## [1.5.1](https://github.com/isair/JSONHelper/tree/1.5.1) (2015-04-07)

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

**Merged pull requests:**

- Add automatically generated change log file. [\#28](https://github.com/isair/JSONHelper/pull/28) ([skywinder](https://github.com/skywinder))

## [1.5.0](https://github.com/isair/JSONHelper/tree/1.5.0) (2015-04-04)

[Full Changelog](https://github.com/isair/JSONHelper/compare/1.4.2...1.5.0)
Expand Down
2 changes: 1 addition & 1 deletion JSONHelper.podspec
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Pod::Spec.new do |s|
s.name = 'JSONHelper'
s.version = '1.5.0'
s.version = '1.5.1'
s.license = { :type => 'zlib', :file => 'LICENSE' }
s.summary = 'Lightning fast JSON deserialization and value conversion library for iOS & OS X written in Swift.'

Expand Down
4 changes: 2 additions & 2 deletions JSONHelper/Supporting Files/Mac/Info.plist
Original file line number Diff line number Diff line change
Expand Up @@ -15,11 +15,11 @@
<key>CFBundlePackageType</key>
<string>FMWK</string>
<key>CFBundleShortVersionString</key>
<string>1.5.0</string>
<string>1.5.1</string>
<key>CFBundleSignature</key>
<string>????</string>
<key>CFBundleVersion</key>
<string>12</string>
<string>13</string>
<key>NSPrincipalClass</key>
<string></string>
</dict>
Expand Down
4 changes: 2 additions & 2 deletions JSONHelper/Supporting Files/iOS/Info.plist
Original file line number Diff line number Diff line change
Expand Up @@ -15,11 +15,11 @@
<key>CFBundlePackageType</key>
<string>FMWK</string>
<key>CFBundleShortVersionString</key>
<string>1.5.0</string>
<string>1.5.1</string>
<key>CFBundleSignature</key>
<string>????</string>
<key>CFBundleVersion</key>
<string>12</string>
<string>13</string>
<key>NSPrincipalClass</key>
<string></string>
</dict>
Expand Down

0 comments on commit 4db6f2a

Please sign in to comment.