From 645813a033b6d4c9d2e7f3bc567bf5c9bde386c0 Mon Sep 17 00:00:00 2001 From: Evgeniy Yurtaev Date: Wed, 26 Oct 2016 23:17:19 +0300 Subject: [PATCH] Increate version to 0.0.3 --- FormattedTextField.podspec | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/FormattedTextField.podspec b/FormattedTextField.podspec index 56ee9f6..13b4fb1 100644 --- a/FormattedTextField.podspec +++ b/FormattedTextField.podspec @@ -1,11 +1,11 @@ Pod::Spec.new do |spec| spec.name = 'FormattedTextField' - spec.version = '0.0.2' + spec.version = '0.0.3' spec.summary = 'iOS formatted text field which supports symbols with variable-width encoding' spec.homepage = 'https://github.com/seaburg/FormattedTextField' spec.license = { :type => "MIT", :file => "LICENSE" } spec.author = { "Evgeniy Yurtaev" => "evgeniyyurt@gmail.com" } - spec.source = { :git => 'https://github.com/seaburg/FormattedTextField.git', :tag => '0.0.2' } + spec.source = { :git => 'https://github.com/seaburg/FormattedTextField.git', :tag => '0.0.3' } spec.source_files = 'FormattedTextField/*.swift' spec.platform = :ios, "8.0" spec.requires_arc = true