From 2b9946f8fe2dd74ed87dfcb5dbedc3be06c5ccab Mon Sep 17 00:00:00 2001 From: Pavel Tikhonenko Date: Mon, 20 Dec 2021 14:21:16 +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 bcc843e..22edf11 100644 --- a/TPInAppReceipt.podspec +++ b/TPInAppReceipt.podspec @@ -1,7 +1,7 @@ Pod::Spec.new do |s| s.name = "TPInAppReceipt" - s.version = "3.3.2" + s.version = "3.3.3" 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!"