Skip to content

Commit

Permalink
Merge pull request #99 from ReSwift/benji/release-1.0
Browse files Browse the repository at this point in the history
Bump Version to 1.0
  • Loading branch information
Ben-G committed Mar 20, 2016
2 parents 8ff0eec + 554554c commit 66ee6ce
Show file tree
Hide file tree
Showing 4 changed files with 13 additions and 5 deletions.
12 changes: 10 additions & 2 deletions CHANGELOG.md
@@ -1,10 +1,18 @@
#Upcoming Release

#1.0.0

*Released: 03/19/2015*

**API Changes:**
- Remove callback arguments on synchronous dispatch methods - @Ben-G

**Other:**

- Move all documentation source into `Docs`, except `Readme`, `Changelog` and `License`.
- Replace duplicated documentation with an enhanced `generate_docs.sh` build script.
- Move all documentation source into `Docs`, except `Readme`, `Changelog` and `License` - @agentk
- Replace duplicated documentation with an enhanced `generate_docs.sh` build script - @agentk
- Set CocoaPods documentation URL - (#56) @agentk
- Update documentation for 1.0 release - @Ben-G

#0.2.5

Expand Down
2 changes: 1 addition & 1 deletion ReSwift.podspec
@@ -1,6 +1,6 @@
Pod::Spec.new do |s|
s.name = "ReSwift"
s.version = "0.2.5"
s.version = "1.0.0"
s.summary = "Unidirectional Data Flow in Swift"
s.description = <<-DESC
ReSwift is a Redux-like implementation of the unidirectional data flow architecture in Swift.
Expand Down
2 changes: 1 addition & 1 deletion ReSwift/Info.plist
Expand Up @@ -15,7 +15,7 @@
<key>CFBundlePackageType</key>
<string>FMWK</string>
<key>CFBundleShortVersionString</key>
<string>0.2.5</string>
<string>1.0.0</string>
<key>CFBundleSignature</key>
<string>????</string>
<key>CFBundleVersion</key>
Expand Down
2 changes: 1 addition & 1 deletion ReSwiftTests/Info.plist
Expand Up @@ -15,7 +15,7 @@
<key>CFBundlePackageType</key>
<string>BNDL</string>
<key>CFBundleShortVersionString</key>
<string>1.0</string>
<string>1.0.0</string>
<key>CFBundleSignature</key>
<string>????</string>
<key>CFBundleVersion</key>
Expand Down

0 comments on commit 66ee6ce

Please sign in to comment.