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" }