Skip to content

Commit

Permalink
prepared 2.2.1 release
Browse files Browse the repository at this point in the history
  • Loading branch information
Rene Pirringer committed Apr 15, 2019
1 parent b28da12 commit 53e3229
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 3 deletions.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
Version 2.2.1
------------
_15 Apr 2019_

- Fixed: Migrated macOS part to Swift 5.0

Version 2.2.0
------------
_28 Mar 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.2.0'
pod 'SwiftHamcrest', '~> 2.2.1'
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.2.0"
s.version = "2.2.1"
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.2.0" }
s.source = { :git => "https://github.com/nschum/SwiftHamcrest.git", :tag => "2.2.1" }
s.source_files = "Hamcrest/*.swift"
s.frameworks = ["Foundation", "XCTest"]
end

0 comments on commit 53e3229

Please sign in to comment.