Skip to content

Commit

Permalink
Merge pull request #42 from YusukeHosonuma/bump/version-2.2.0
Browse files Browse the repository at this point in the history
bump: 2.2.0
  • Loading branch information
YusukeHosonuma authored Mar 26, 2020
2 parents c1c5a42 + ddb6926 commit 218fbf3
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -289,7 +289,7 @@ pod 'SwiftParamTest'

```swift
dependencies: [
.package(url: "https://github.com/YusukeHosonuma/SwiftParamTest.git", from: "2.1.0"),
.package(url: "https://github.com/YusukeHosonuma/SwiftParamTest.git", from: "2.2.0"),
]
```

Expand Down
2 changes: 1 addition & 1 deletion SwiftParamTest.podspec
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Pod::Spec.new do |spec|
spec.name = "SwiftParamTest"
spec.version = "2.1.0"
spec.version = "2.2.0"
spec.summary = "Parameterized test for Swift."

spec.description = <<-DESC
Expand Down

0 comments on commit 218fbf3

Please sign in to comment.