Skip to content

Commit

Permalink
Merge pull request #128 from yaslab/release/2.5.1
Browse files Browse the repository at this point in the history
Release 2.5.1
  • Loading branch information
yaslab authored Sep 24, 2024
2 parents d8f5468 + 914ab6f commit e339deb
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion CSV.swift.podspec
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Pod::Spec.new do |spec|
spec.name = 'CSV.swift'
spec.version = '2.5.0'
spec.version = '2.5.1'
spec.license = { :type => 'MIT' }
spec.homepage = 'https://github.com/yaslab/CSV.swift'
spec.authors = { 'Yasuhiro Hatta' => '[email protected]' }
Expand Down
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -179,7 +179,7 @@ let package = Package(
name: "MyPackage",
dependencies: [
// Add `CSV.swift` package here.
.package(url: "https://github.com/yaslab/CSV.swift.git", from: "2.5.0")
.package(url: "https://github.com/yaslab/CSV.swift.git", from: "2.5.1")
],
targets: [
.executableTarget(
Expand All @@ -196,7 +196,7 @@ let package = Package(
### CocoaPods

```ruby
pod 'CSV.swift', '~> 2.5.0'
pod 'CSV.swift', '~> 2.5.1'
```

## Reference specification
Expand Down

0 comments on commit e339deb

Please sign in to comment.