Skip to content

Commit

Permalink
prepared for 2.2.0 release
Browse files Browse the repository at this point in the history
  • Loading branch information
Rene Pirringer committed Mar 28, 2019
1 parent 7f3b2c7 commit eb0baeb
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 3 deletions.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,10 @@
Version 2.2.0
------------
_28 Mar 2019_

- Migrated to Swift 5.0


Version 2.1.1
------------
_21 Feb 2019_
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -356,7 +356,7 @@ Integrate SwiftHamcrest using a Podfile similar to this:
use_frameworks!

target 'HamcrestDemoTests', :exclusive => true do
pod 'SwiftHamcrest', '~> 2.1.1'
pod 'SwiftHamcrest', '~> 2.2.0'
end
```

Expand Down
4 changes: 2 additions & 2 deletions SwiftHamcrest.podspec
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
Pod::Spec.new do |s|

s.name = "SwiftHamcrest"
s.version = "2.1.1"
s.version = "2.2.0"
s.summary = "Hamcrest test assertions for Swift"

s.description = <<-DESC
Expand All @@ -18,7 +18,7 @@ Pod::Spec.new do |s|
s.tvos.deployment_target = "9.0"

s.module_name = "Hamcrest"
s.source = { :git => "https://github.com/nschum/SwiftHamcrest.git", :tag => "2.1.1" }
s.source = { :git => "https://github.com/nschum/SwiftHamcrest.git", :tag => "2.2.0" }
s.source_files = "Hamcrest/*.swift"
s.frameworks = ["Foundation", "XCTest"]
end

0 comments on commit eb0baeb

Please sign in to comment.