Skip to content

Commit

Permalink
Merge pull request #48 from ReSwift/benji/release-0.5
Browse files Browse the repository at this point in the history
Release 0.5.0
  • Loading branch information
Ben-G authored Nov 24, 2016
2 parents 3a3d730 + b648721 commit d7d9421
Show file tree
Hide file tree
Showing 7 changed files with 19 additions and 10 deletions.
Binary file modified .DS_Store
Binary file not shown.
1 change: 1 addition & 0 deletions .swift-version
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
3.0
10 changes: 9 additions & 1 deletion Changelog.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,11 @@
#0.5.0

*Released: 11/24/2016*

**Other:**

- Swift 3.0.1 / Xcode 8.1 updates - @DivineDominion, @frranck

#0.4.0

*Released: 09/21/2016*
Expand All @@ -12,7 +20,7 @@
*Released: 07/16/2016*

**Fixes:**

- Expose `RouteHash` initializer publicly - @Ben-G

#0.3.0
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.4.0"
s.version = "0.5.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
12 changes: 6 additions & 6 deletions ReSwiftRouter.xcodeproj/project.pbxproj
Original file line number Diff line number Diff line change
Expand Up @@ -409,8 +409,8 @@
isa = PBXGroup;
children = (
62AC578A1CA3A01C0007C9FA /* Quick.framework */,
62AC578C1CA3A01C0007C9FA /* Quick-OSXTests.xctest */,
62AC578E1CA3A01C0007C9FA /* QuickFocused-OSXTests.xctest */,
62AC578C1CA3A01C0007C9FA /* Quick-macOSTests.xctest */,
62AC578E1CA3A01C0007C9FA /* QuickFocused-macOSTests.xctest */,
62AC57901CA3A01C0007C9FA /* Quick.framework */,
62AC57921CA3A01C0007C9FA /* Quick-iOSTests.xctest */,
62AC57941CA3A01C0007C9FA /* QuickFocused-iOSTests.xctest */,
Expand Down Expand Up @@ -698,17 +698,17 @@
remoteRef = 62AC57891CA3A01C0007C9FA /* PBXContainerItemProxy */;
sourceTree = BUILT_PRODUCTS_DIR;
};
62AC578C1CA3A01C0007C9FA /* Quick-OSXTests.xctest */ = {
62AC578C1CA3A01C0007C9FA /* Quick-macOSTests.xctest */ = {
isa = PBXReferenceProxy;
fileType = wrapper.cfbundle;
path = "Quick-OSXTests.xctest";
path = "Quick-macOSTests.xctest";
remoteRef = 62AC578B1CA3A01C0007C9FA /* PBXContainerItemProxy */;
sourceTree = BUILT_PRODUCTS_DIR;
};
62AC578E1CA3A01C0007C9FA /* QuickFocused-OSXTests.xctest */ = {
62AC578E1CA3A01C0007C9FA /* QuickFocused-macOSTests.xctest */ = {
isa = PBXReferenceProxy;
fileType = wrapper.cfbundle;
path = "QuickFocused-OSXTests.xctest";
path = "QuickFocused-macOSTests.xctest";
remoteRef = 62AC578D1CA3A01C0007C9FA /* PBXContainerItemProxy */;
sourceTree = BUILT_PRODUCTS_DIR;
};
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.4.0</string>
<string>0.5.0</string>
<key>CFBundleSignature</key>
<string>????</string>
<key>CFBundleVersion</key>
Expand Down
2 changes: 1 addition & 1 deletion ReSwiftRouterTests/Info.plist
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
<key>CFBundlePackageType</key>
<string>BNDL</string>
<key>CFBundleShortVersionString</key>
<string>0.4.0</string>
<string>0.5.0</string>
<key>CFBundleSignature</key>
<string>????</string>
<key>CFBundleVersion</key>
Expand Down

0 comments on commit d7d9421

Please sign in to comment.