Skip to content

Commit 5b9ea18

Browse files
Bump to v1.1
1 parent 6262a57 commit 5b9ea18

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

AutocompleteField.podspec

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ Pod::Spec.new do |s|
22

33
# ――― Spec Metadata ―――――――――――――――――――――――――――――――――――――――――――――――――――――――――― #
44
s.name = "AutocompleteField"
5-
s.version = "1.0"
5+
s.version = "1.1"
66
s.summary = "Add word completion to your UITextFields."
77

88
s.homepage = "http://iosdev.io/autocompletefield"
@@ -19,7 +19,7 @@ Pod::Spec.new do |s|
1919
s.ios.deployment_target = "8.0"
2020

2121
# ――― Source Location ―――――――――――――――――――――――――――――――――――――――――――――――――――――――――― #
22-
s.source = { :git => "https://github.com/filipstefansson/AutocompleteField.git", :tag => "1.0" }
22+
s.source = { :git => "https://github.com/filipstefansson/AutocompleteField.git", :tag => "1.1" }
2323

2424
# ――― Source Code ―――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――― #
2525
s.source_files = "AutocompleteField/**/*.swift"

0 commit comments

Comments
 (0)