Skip to content

Commit 823653e

Browse files
committed
Prepare 0.5.1 release
1 parent 6c1e60a commit 823653e

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

44 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.5.0'
3+
s.version = '0.5.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'

Package.swift

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,10 +14,10 @@ let package = Package(
1414
.target(
1515
name: "CodableCSV",
1616
dependencies: [],
17-
path: "Sources"),
17+
path: "sources"),
1818
.testTarget(
1919
name: "CodableCSVTests",
2020
dependencies: ["CodableCSV"],
21-
path: "Tests"),
21+
path: "tests"),
2222
]
2323
)
File renamed without changes.
File renamed without changes.

0 commit comments

Comments
 (0)