From 14f707e28fc7e19aadac72c8d63eb8610fa9c3bf Mon Sep 17 00:00:00 2001 From: Pavel Tikhonenko Date: Sat, 25 Sep 2021 02:19:00 +0300 Subject: [PATCH] Bump up pod version --- TPInAppReceipt.podspec | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/TPInAppReceipt.podspec b/TPInAppReceipt.podspec index 009bd82..988ad99 100644 --- a/TPInAppReceipt.podspec +++ b/TPInAppReceipt.podspec @@ -1,7 +1,7 @@ Pod::Spec.new do |s| s.name = "TPInAppReceipt" - s.version = "3.2.1" + s.version = "3.3.0" s.summary = "Reading and Validating In App Purchase Receipt Locally" s.description = "A lightweight iOS/OSX library for reading and validating Apple In App Purchase Receipt locally. Pure swift, No OpenSSL!"