From c1fb896564399945bbd2daad7c9af5227971933b Mon Sep 17 00:00:00 2001 From: Yasuhiro Hatta Date: Sun, 9 Jul 2017 14:50:38 +0900 Subject: [PATCH] Bump version 2.0.1 --- CSV.swift.podspec | 2 +- Sources/Info.plist | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/CSV.swift.podspec b/CSV.swift.podspec index c676448..273cf14 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.0.0' + s.version = '2.0.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/Sources/Info.plist b/Sources/Info.plist index 7e7479f..783e22e 100644 --- a/Sources/Info.plist +++ b/Sources/Info.plist @@ -15,7 +15,7 @@ CFBundlePackageType FMWK CFBundleShortVersionString - 2.0.0 + 2.0.1 CFBundleSignature ???? CFBundleVersion