diff --git a/ImgixSwift.podspec b/ImgixSwift.podspec index 5b0b9ca..19aeafb 100644 --- a/ImgixSwift.podspec +++ b/ImgixSwift.podspec @@ -1,6 +1,6 @@ Pod::Spec.new do |s| s.name = "ImgixSwift" - s.version = "0.4.2" + s.version = "0.4.3" s.summary = "The official imgix Swift client. Written in Swift, but plays nice with Objective-C codebases, too! 👌" s.license = { :type => 'BSD 2-Clause', :file => 'LICENSE.md' } diff --git a/Sources/ImgixClient.swift b/Sources/ImgixClient.swift index e758b75..2ec1c03 100644 --- a/Sources/ImgixClient.swift +++ b/Sources/ImgixClient.swift @@ -9,7 +9,7 @@ import Foundation @objc open class ImgixClient: NSObject { - @objc static open let VERSION = "0.4.2" + @objc static open let VERSION = "0.4.3" @objc open let host: String @objc open var useHttps: Bool = true diff --git a/Sources/Info.plist b/Sources/Info.plist index 7c9f8bd..1b73c54 100644 --- a/Sources/Info.plist +++ b/Sources/Info.plist @@ -15,7 +15,7 @@ CFBundlePackageType FMWK CFBundleShortVersionString - 0.4.2 + 0.4.3 CFBundleSignature ???? CFBundleVersion