From dadbfcffd5f51e2b488a26e83f188d96755e5393 Mon Sep 17 00:00:00 2001 From: Zigii Wong Date: Tue, 10 Jan 2017 17:35:24 +0800 Subject: [PATCH] Bump version to 3.1.4 --- SwiftyJSON.podspec | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/SwiftyJSON.podspec b/SwiftyJSON.podspec index 111a6976..2d822e31 100644 --- a/SwiftyJSON.podspec +++ b/SwiftyJSON.podspec @@ -1,6 +1,6 @@ Pod::Spec.new do |s| s.name = "SwiftyJSON" - s.version = "3.1.3" + s.version = "3.1.4" s.summary = "SwiftyJSON makes it easy to deal with JSON data in Swift" s.homepage = "https://github.com/SwiftyJSON/SwiftyJSON" s.license = { :type => "MIT" }