From 4f8525847b3299949f61645cde02602aef7cb53d Mon Sep 17 00:00:00 2001 From: Enrico Zannini Date: Sat, 9 Nov 2019 12:33:25 +0100 Subject: [PATCH] Version 1.0.0 --- EZCustomNavigation.podspec | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/EZCustomNavigation.podspec b/EZCustomNavigation.podspec index 6408080..caff052 100644 --- a/EZCustomNavigation.podspec +++ b/EZCustomNavigation.podspec @@ -1,7 +1,7 @@ Pod::Spec.new do |spec| spec.name = 'EZCustomNavigation' spec.author = { 'Enrico Zannini' => 'enricozannini93@gmail.com' } - spec.version = '0.0.1' + spec.version = '1.0.0' spec.summary = 'Navigation animation and transition with pan gesture' spec.license = { :type => 'MIT', :file => 'LICENSE.txt' } spec.platform = :ios