Skip to content

Commit

Permalink
[Dependencies Fix] Update Version
Browse files Browse the repository at this point in the history
  • Loading branch information
Ben-G committed Jun 30, 2016
1 parent 302c1a7 commit d3247bc
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 2 deletions.
Binary file modified .DS_Store
Binary file not shown.
2 changes: 1 addition & 1 deletion Cartfile
Original file line number Diff line number Diff line change
@@ -1 +1 @@
github "ReSwift/ReSwift" "next-release"
github "ReSwift/ReSwift" ~> 2.0
2 changes: 1 addition & 1 deletion ReSwiftRouter.podspec
Original file line number Diff line number Diff line change
Expand Up @@ -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', '~>2.0.0'
s.dependency 'ReSwift', '~> 2.0'
end

0 comments on commit d3247bc

Please sign in to comment.