Skip to content

Commit

Permalink
[Release] 0.6.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Ben-G committed Jul 2, 2017
1 parent c6216d2 commit bce40eb
Show file tree
Hide file tree
Showing 6 changed files with 14 additions and 5 deletions.
Binary file added .DS_Store
Binary file not shown.
2 changes: 1 addition & 1 deletion Cartfile.resolved
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
github "Quick/Nimble" "v6.1.0"
github "Quick/Nimble" "v7.0.1"
github "Quick/Quick" "v1.1.0"
github "ReSwift/ReSwift" "4.0.0"
9 changes: 9 additions & 0 deletions Changelog.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,12 @@
# 0.6.0

*Released: 6/29/2017*

**Other**:

- Update to ReSwift 4.0 - @Ben-G
- Lower iOS Deployment Target to 8.0 - @Ben-G

# 0.5.1

*Released: 11/24/2016*
Expand Down
2 changes: 1 addition & 1 deletion ReSwiftRouter.podspec
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Pod::Spec.new do |s|
s.name = "ReSwiftRouter"
s.version = "0.5.1"
s.version = "0.6.0"
s.summary = "Declarative Routing for ReSwift"
s.description = <<-DESC
A declarative router for ReSwift. Allows developers to declare routes in a similar manner as
Expand Down
4 changes: 2 additions & 2 deletions ReSwiftRouter.xcodeproj/project.pbxproj
Original file line number Diff line number Diff line change
Expand Up @@ -1151,7 +1151,7 @@
);
INFOPLIST_FILE = ReSwiftRouter/Info.plist;
INSTALL_PATH = "$(LOCAL_LIBRARY_DIR)/Frameworks";
IPHONEOS_DEPLOYMENT_TARGET = 9.1;
IPHONEOS_DEPLOYMENT_TARGET = 8.0;
LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks @loader_path/Frameworks";
PRODUCT_BUNDLE_IDENTIFIER = "de.benjamin-encz.ReSwiftRouter";
PRODUCT_NAME = ReSwiftRouter;
Expand All @@ -1176,7 +1176,7 @@
);
INFOPLIST_FILE = ReSwiftRouter/Info.plist;
INSTALL_PATH = "$(LOCAL_LIBRARY_DIR)/Frameworks";
IPHONEOS_DEPLOYMENT_TARGET = 9.1;
IPHONEOS_DEPLOYMENT_TARGET = 8.0;
LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks @loader_path/Frameworks";
PRODUCT_BUNDLE_IDENTIFIER = "de.benjamin-encz.ReSwiftRouter";
PRODUCT_NAME = ReSwiftRouter;
Expand Down
2 changes: 1 addition & 1 deletion ReSwiftRouter/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>0.5.1</string>
<string>0.6.0</string>
<key>CFBundleSignature</key>
<string>????</string>
<key>CFBundleVersion</key>
Expand Down

0 comments on commit bce40eb

Please sign in to comment.