From c644adca3ad4866fc29e167dadfee89d8a0b52b2 Mon Sep 17 00:00:00 2001 From: Andrea Bizzotto Date: Thu, 18 May 2017 18:09:34 +0100 Subject: [PATCH] Pod version 0.10.1 --- SwiftyStoreKit.podspec | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/SwiftyStoreKit.podspec b/SwiftyStoreKit.podspec index 83a538c4..2ecb3a3e 100644 --- a/SwiftyStoreKit.podspec +++ b/SwiftyStoreKit.podspec @@ -1,6 +1,6 @@ Pod::Spec.new do |s| s.name = 'SwiftyStoreKit' - s.version = '0.10.0' + s.version = '0.10.1' s.summary = 'Lightweight In App Purchases Swift framework for iOS 8.0+, tvOS 9.0+ and OSX 10.10+' s.license = 'MIT' s.homepage = 'https://github.com/bizz84/SwiftyStoreKit'