From 22fd4ee97c7468493983c9244048cae85c1f83d5 Mon Sep 17 00:00:00 2001 From: Yasuhiro Hatta Date: Sun, 22 Apr 2018 11:52:01 +0900 Subject: [PATCH] Release 2.2.1 --- CSV.swift.podspec | 2 +- README.md | 6 +++--- Sources/Info.plist | 2 +- 3 files changed, 5 insertions(+), 5 deletions(-) diff --git a/CSV.swift.podspec b/CSV.swift.podspec index b62a4b0..bf83b7f 100644 --- a/CSV.swift.podspec +++ b/CSV.swift.podspec @@ -1,6 +1,6 @@ Pod::Spec.new do |s| s.name = 'CSV.swift' - s.version = '2.2.0' + s.version = '2.2.1' s.license = 'MIT' s.summary = 'CSV reading and writing library written in Swift.' s.homepage = 'https://github.com/yaslab/CSV.swift' diff --git a/README.md b/README.md index e1e452d..ff01e89 100644 --- a/README.md +++ b/README.md @@ -141,19 +141,19 @@ csv.stream.close() ### CocoaPods ```ruby -pod 'CSV.swift', '~> 2.2.0' +pod 'CSV.swift', '~> 2.2.1' ``` ### Carthage ``` -github "yaslab/CSV.swift" ~> 2.2.0 +github "yaslab/CSV.swift" ~> 2.2.1 ``` ### Swift Package Manager ```swift -.package(url: "https://github.com/yaslab/CSV.swift.git", .upToNextMinor(from: "2.2.0")) +.package(url: "https://github.com/yaslab/CSV.swift.git", .upToNextMinor(from: "2.2.1")) ``` ## Reference specification diff --git a/Sources/Info.plist b/Sources/Info.plist index a60ea4a..51c4067 100644 --- a/Sources/Info.plist +++ b/Sources/Info.plist @@ -15,7 +15,7 @@ CFBundlePackageType FMWK CFBundleShortVersionString - 2.2.0 + 2.2.1 CFBundleSignature ???? CFBundleVersion