Skip to content

Commit e25bc49

Browse files
committed
Update version to 0.3
1 parent e6fe77d commit e25bc49

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

FormattedTextField.podspec

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
11
Pod::Spec.new do |spec|
22
spec.name = 'FormattedTextField'
3-
spec.version = '0.2'
3+
spec.version = '0.3'
44
spec.summary = 'iOS formatted text field which supports symbols with variable-width encoding'
55
spec.homepage = 'https://github.com/seaburg/FormattedTextField'
66
spec.license = { :type => "MIT", :file => "LICENSE" }
77
spec.author = { "Evgeniy Yurtaev" => "evgeniyyurt@gmail.com" }
8-
spec.source = { :git => 'https://github.com/seaburg/FormattedTextField.git', :tag => '0.2' }
8+
spec.source = { :git => 'https://github.com/seaburg/FormattedTextField.git', :tag => '0.3' }
99
spec.source_files = 'FormattedTextField/*.swift'
1010
spec.platform = :ios, "8.0"
1111
spec.requires_arc = true

FormattedTextField/Info.plist

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
<key>CFBundlePackageType</key>
1616
<string>FMWK</string>
1717
<key>CFBundleShortVersionString</key>
18-
<string>0.2</string>
18+
<string>0.3</string>
1919
<key>CFBundleVersion</key>
2020
<string>$(CURRENT_PROJECT_VERSION)</string>
2121
<key>NSPrincipalClass</key>

0 commit comments

Comments
 (0)