@@ -2,7 +2,7 @@
All notable changes to this project will be documented in this file.
-## [WIP] 0.10.2 Remove SKProduct caching
+## 0.10.2 Remove SKProduct caching
* Remove SKProduct caching ([#222](https://github.com/bizz84/SwiftyStoreKit/pull/222), related issue: [#212](https://github.com/bizz84/SwiftyStoreKit/issues/212))
* Adds new purchase product method based on SKProduct
@@ -1,6 +1,6 @@
Pod::Spec.new do |s|
s.name = 'SwiftyStoreKit'
- s.version = '0.10.1'
+ s.version = '0.10.2'
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'