From 37b5d309953eeecc0fa0cdef0e910aa8b5c55c38 Mon Sep 17 00:00:00 2001 From: Willy Noel Date: Tue, 7 Aug 2018 14:16:23 +0200 Subject: [PATCH] Release 0.2.0 --- StarsKit.podspec | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/StarsKit.podspec b/StarsKit.podspec index 2c3853c..bafc30b 100644 --- a/StarsKit.podspec +++ b/StarsKit.podspec @@ -1,6 +1,6 @@ Pod::Spec.new do |s| s.name = 'StarsKit' - s.version = '0.1.0' + s.version = '0.2.0' s.summary = 'StarsKit is a Swift library to simplify, customize and configure your app rating workflow.' s.homepage = 'https://github.com/smartnsoft/StarsKit'