From 000bdbc98ff70bf686613a1159ee7c4fd212b6d8 Mon Sep 17 00:00:00 2001 From: Christian Tietze Date: Thu, 25 Apr 2019 18:42:56 +0200 Subject: [PATCH] bump library version --- SwiftCSV.podspec | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/SwiftCSV.podspec b/SwiftCSV.podspec index 7a6cdf4..0eb81e0 100644 --- a/SwiftCSV.podspec +++ b/SwiftCSV.podspec @@ -1,6 +1,6 @@ Pod::Spec.new do |s| s.name = "SwiftCSV" - s.version = "0.3.2" + s.version = "0.3.3" s.summary = "CSV parser for Swift" s.homepage = "https://github.com/naoty/SwiftCSV" s.license = { :type => "MIT", :file => "LICENSE" }