diff --git a/Pokepay.podspec b/Pokepay.podspec index fbb9948..7517c2c 100644 --- a/Pokepay.podspec +++ b/Pokepay.podspec @@ -1,6 +1,6 @@ Pod::Spec.new do |s| s.name = "Pokepay" - s.version = "2.2.0" + s.version = "2.2.1" s.summary = "Pokepay iOS SDK." s.description = <<-DESC iOS SDK for Pokepay written in Swift. diff --git a/Pokepay.xcodeproj/Pokepay_Info.plist b/Pokepay.xcodeproj/Pokepay_Info.plist index a60ea4a..51c4067 100644 --- a/Pokepay.xcodeproj/Pokepay_Info.plist +++ b/Pokepay.xcodeproj/Pokepay_Info.plist @@ -15,7 +15,7 @@ CFBundlePackageType FMWK CFBundleShortVersionString - 2.2.0 + 2.2.1 CFBundleSignature ???? CFBundleVersion diff --git a/Sources/Pokepay/SDKVersion.swift b/Sources/Pokepay/SDKVersion.swift index 3907793..42e9e38 100644 --- a/Sources/Pokepay/SDKVersion.swift +++ b/Sources/Pokepay/SDKVersion.swift @@ -1 +1 @@ -public let SDKVersion: String = "2.2.0" \ No newline at end of file +public let SDKVersion: String = "2.2.1" \ No newline at end of file