From df7c3cba74d595d034e008c3ab635e3747bacee6 Mon Sep 17 00:00:00 2001 From: zwewaiyanhtet Date: Fri, 4 Sep 2026 13:46:21 +0900 Subject: [PATCH] Version bump --- Pokepay.podspec | 2 +- Pokepay.xcodeproj/Pokepay_Info.plist | 2 +- Sources/Pokepay/SDKVersion.swift | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) 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