diff --git a/Source/Info.plist b/Source/Info.plist index 9f4a4aae81b..8bce5c73193 100644 --- a/Source/Info.plist +++ b/Source/Info.plist @@ -15,7 +15,7 @@ CFBundlePackageType FMWK CFBundleShortVersionString - 1.3.0 + 1.4.0 CFBundleSignature ???? CFBundleVersion diff --git a/then.framework.zip b/then.framework.zip index 384b0ba2b77..e1fabe171d5 100644 Binary files a/then.framework.zip and b/then.framework.zip differ diff --git a/thenPromise.podspec b/thenPromise.podspec index ae76b8bbe68..78effe8317c 100644 --- a/thenPromise.podspec +++ b/thenPromise.podspec @@ -1,6 +1,6 @@ Pod::Spec.new do |s| s.name = 'thenPromise' - s.version = "1.3.0" + s.version = "1.4.0" s.summary = "Elegant Async code for Swift" s.homepage = "https://github.com/s4cha/then" s.license = { :type => "MIT", :file => "LICENSE" }