Skip to content

Commit

Permalink
[Release] Version Number => 0.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Ben-G committed Jun 30, 2016
1 parent 74ca039 commit 3405f66
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
Binary file modified .DS_Store
Binary file not shown.
4 changes: 2 additions & 2 deletions 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.2.7"
s.version = "0.3.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 All @@ -18,5 +18,5 @@ Pod::Spec.new do |s|
s.watchos.deployment_target = '2.0'
s.requires_arc = true
s.source_files = 'ReSwiftRouter/**/*.swift'
s.dependency 'ReSwift', '~>1.0'
s.dependency 'ReSwift', '~>2.0.0'
end
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.2.7</string>
<string>0.3.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.2.7</string>
<string>0.3.0</string>
<key>CFBundleSignature</key>
<string>????</string>
<key>CFBundleVersion</key>
Expand Down

0 comments on commit 3405f66

Please sign in to comment.