Skip to content

Commit

Permalink
Prepare 0.6.1 release
Browse files Browse the repository at this point in the history
  • Loading branch information
dehesa committed May 31, 2020
1 parent 192461d commit 4e2c0ca
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion CodableCSV.podspec
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Pod::Spec.new do |s|
s.name = 'CodableCSV'
s.version = '0.6.0'
s.version = '0.6.1'
s.summary = "Read and write CSV files row-by-row or through Swift's Codable interface."

s.homepage = 'https://github.com/dehesa/CodableCSV'
Expand Down
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ You can choose to add the library through SPM or Cocoapods:
let package = Package(
/* Your package name, supported platforms, and generated products go here */
dependencies: [
.package(url: "https://github.com/dehesa/CodableCSV.git", from: "0.6.0")
.package(url: "https://github.com/dehesa/CodableCSV.git", from: "0.6.1")
],
targets: [
.target(name: /* Your target name here */, dependencies: ["CodableCSV"])
Expand All @@ -48,7 +48,7 @@ You can choose to add the library through SPM or Cocoapods:
- [Cocoapods](https://cocoapods.org).

```
pod 'CodableCSV', '~> 0.6.0'
pod 'CodableCSV', '~> 0.6.1'
```

</p></details>
Expand Down

0 comments on commit 4e2c0ca

Please sign in to comment.