Skip to content

Commit 8e6d2a7

Browse files
committed
Podspec update.
1 parent cfc9286 commit 8e6d2a7

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

Example/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>APPL</string>
1717
<key>CFBundleShortVersionString</key>
18-
<string>2.1.0</string>
18+
<string>2.1.1</string>
1919
<key>CFBundleVersion</key>
2020
<string>1</string>
2121
<key>LSRequiresIPhoneOS</key>

NKVPhonePicker.podspec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77

88
Pod::Spec.new do |s|
99
s.name = 'NKVPhonePicker'
10-
s.version = '2.1.0'
10+
s.version = '2.1.1'
1111
s.summary = 'A UITextField subclass to simplify the selection of country codes.'
1212
s.description = <<-DESC
1313
With this pod you can easily select country codes with just making your textFields class - the NKVPhonePickerTextField.

NKVPhonePicker/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>2.1.0</string>
18+
<string>2.1.1</string>
1919
<key>CFBundleVersion</key>
2020
<string>$(CURRENT_PROJECT_VERSION)</string>
2121
<key>NSPrincipalClass</key>

0 commit comments

Comments
 (0)