Skip to content

Commit

Permalink
Merge pull request #30 from YusukeHosonuma/release/2.1.0
Browse files Browse the repository at this point in the history
release: 2.1.0
  • Loading branch information
YusukeHosonuma authored Mar 15, 2020
2 parents 5e14301 + 3b1c7ad commit ce6459b
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 @@ -169,7 +169,7 @@ pod 'SwiftParamTest'

```swift
dependencies: [
.package(url: "https://github.com/YusukeHosonuma/SwiftParamTest.git", from: "2.0.0"),
.package(url: "https://github.com/YusukeHosonuma/SwiftParamTest.git", from: "2.1.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.0.0"
spec.version = "2.1.0"
spec.summary = "Parameterized test for Swift."

spec.description = <<-DESC
Expand Down

0 comments on commit ce6459b

Please sign in to comment.