From 3479fc77c88e2ad25bd7d29476429fd520fce62f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jo=C3=A3o=20Lucas?= Date: Thu, 8 Apr 2021 23:24:02 -0300 Subject: [PATCH] Fix version --- ViewStateKit.podspec | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ViewStateKit.podspec b/ViewStateKit.podspec index 5245c88..628c75a 100644 --- a/ViewStateKit.podspec +++ b/ViewStateKit.podspec @@ -5,7 +5,7 @@ # To learn more about Podspec attributes see https://guides.cocoapods.org/syntax/podspec.html Pod::Spec.new do |s| s.name = 'ViewStateKit' - s.version = '1.0.4' + s.version = '1.1.0' s.summary = 'A View State library for Swift, it returns the results for each state' s.homepage = 'https://github.com/joaolfp/ViewState' s.license = { :type => 'MIT', :file => 'LICENSE' }