Skip to content

Commit 4e2c0ca

Browse files
committed
Prepare 0.6.1 release
1 parent 192461d commit 4e2c0ca

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

CodableCSV.podspec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
Pod::Spec.new do |s|
22
s.name = 'CodableCSV'
3-
s.version = '0.6.0'
3+
s.version = '0.6.1'
44
s.summary = "Read and write CSV files row-by-row or through Swift's Codable interface."
55

66
s.homepage = 'https://github.com/dehesa/CodableCSV'

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ You can choose to add the library through SPM or Cocoapods:
3737
let package = Package(
3838
/* Your package name, supported platforms, and generated products go here */
3939
dependencies: [
40-
.package(url: "https://github.com/dehesa/CodableCSV.git", from: "0.6.0")
40+
.package(url: "https://github.com/dehesa/CodableCSV.git", from: "0.6.1")
4141
],
4242
targets: [
4343
.target(name: /* Your target name here */, dependencies: ["CodableCSV"])
@@ -48,7 +48,7 @@ You can choose to add the library through SPM or Cocoapods:
4848
- [Cocoapods](https://cocoapods.org).
4949

5050
```
51-
pod 'CodableCSV', '~> 0.6.0'
51+
pod 'CodableCSV', '~> 0.6.1'
5252
```
5353

5454
</p></details>

0 commit comments

Comments
 (0)