From f168f0bcb7d278392020788a8c2a1cfb3799e0c5 Mon Sep 17 00:00:00 2001 From: Daniel Duan Date: Mon, 16 Sep 2019 12:14:52 -0700 Subject: [PATCH] Bump version to 0.1.4 --- Resources/Info.plist | 2 +- TOMLDecoder.podspec | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Resources/Info.plist b/Resources/Info.plist index 376659c..462b4f0 100644 --- a/Resources/Info.plist +++ b/Resources/Info.plist @@ -15,7 +15,7 @@ CFBundlePackageType FMWK CFBundleShortVersionString - 0.1.3 + 0.1.4 CFBundleVersion $(CURRENT_PROJECT_VERSION) diff --git a/TOMLDecoder.podspec b/TOMLDecoder.podspec index 7e1d7ab..f484df1 100644 --- a/TOMLDecoder.podspec +++ b/TOMLDecoder.podspec @@ -1,6 +1,6 @@ Pod::Spec.new do |spec| spec.name = "TOMLDecoder" - spec.version = "0.1.3" + spec.version = "0.1.4" spec.summary = "Swift Decodable support for TOML." spec.homepage = "https://github.com/dduan/TOMLDecoder" spec.license = { :type => "MIT", :file => "LICENSE.md" }