Skip to content

Commit

Permalink
prep 6.0.1 release
Browse files Browse the repository at this point in the history
  • Loading branch information
jessesquires committed Oct 27, 2016
1 parent 8e33562 commit f359f65
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 2 deletions.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,13 @@ The changelog for `JSQCoreDataKit`. Also see the [releases](https://github.com/j

--------------------------------------

6.0.1
-----

This release closes the [6.0.1 milestone](https://github.com/jessesquires/JSQCoreDataKit/milestone/13).

- Fixed an issue with `carthage` failing. (#100, #101, #102) Thanks @darkhonor and @tonyarnold!

6.0.0
-----

Expand Down
2 changes: 1 addition & 1 deletion JSQCoreDataKit.podspec
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Pod::Spec.new do |s|
s.name = 'JSQCoreDataKit'
s.version = '6.0.0'
s.version = '6.0.1'
s.license = 'MIT'

s.summary = 'A swifter Core Data stack'
Expand Down
2 changes: 1 addition & 1 deletion Source/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>6.0.0</string>
<string>6.0.1</string>
<key>CFBundleSignature</key>
<string>????</string>
<key>CFBundleVersion</key>
Expand Down

0 comments on commit f359f65

Please sign in to comment.