Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit a5c322b

Browse files
committedSep 30, 2016
Bump v2.0.0
1 parent 236c821 commit a5c322b

File tree

5 files changed

+9
-9
lines changed

5 files changed

+9
-9
lines changed
 

‎README.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@ tagsField.onDidChangeHeightTo = { sender, height in
6464
To install it, simply add the following line to your **Cartfile**:
6565

6666
```ruby
67-
github "whitesmith/WSTagsField" "2.0.0.beta.1"
67+
github "whitesmith/WSTagsField"
6868
```
6969

7070
Then run `carthage update`.
@@ -81,7 +81,7 @@ for up to date installation instructions.
8181
To install it, simply add the following line to your **Podfile**:
8282

8383
```ruby
84-
pod "WSTagsField", :git => 'https://github.com/whitesmith/WSTagsField.git', :tag => '2.0.0.beta.1'
84+
pod "WSTagsField"
8585
```
8686

8787
You will also need to make sure you're opting into using frameworks:

‎WSTagsField.podspec

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
Pod::Spec.new do |s|
22
s.name = "WSTagsField"
3-
s.version = "2.0.0.beta.1"
3+
s.version = "2.0.0"
44
s.summary = "An iOS text field that represents different Tags"
55
s.homepage = "https://github.com/whitesmith/WSTagsField"
66
s.license = 'MIT'

‎WSTagsField.xcodeproj/project.pbxproj

+2-2
Original file line numberDiff line numberDiff line change
@@ -252,7 +252,7 @@
252252
CLANG_WARN__DUPLICATE_METHOD_MATCH = YES;
253253
"CODE_SIGN_IDENTITY[sdk=iphoneos*]" = "iPhone Developer";
254254
COPY_PHASE_STRIP = NO;
255-
CURRENT_PROJECT_VERSION = 2016.09.30.18.58;
255+
CURRENT_PROJECT_VERSION = 2016.09.30.19.32;
256256
DEBUG_INFORMATION_FORMAT = dwarf;
257257
ENABLE_STRICT_OBJC_MSGSEND = YES;
258258
ENABLE_TESTABILITY = YES;
@@ -303,7 +303,7 @@
303303
CLANG_WARN__DUPLICATE_METHOD_MATCH = YES;
304304
"CODE_SIGN_IDENTITY[sdk=iphoneos*]" = "iPhone Developer";
305305
COPY_PHASE_STRIP = NO;
306-
CURRENT_PROJECT_VERSION = 2016.09.30.18.58;
306+
CURRENT_PROJECT_VERSION = 2016.09.30.19.32;
307307
DEBUG_INFORMATION_FORMAT = "dwarf-with-dsym";
308308
ENABLE_NS_ASSERTIONS = NO;
309309
ENABLE_STRICT_OBJC_MSGSEND = YES;

‎WSTagsField/Info.plist

+2-2
Original file line numberDiff line numberDiff line change
@@ -15,11 +15,11 @@
1515
<key>CFBundlePackageType</key>
1616
<string>FMWK</string>
1717
<key>CFBundleShortVersionString</key>
18-
<string>2.0.0.beta.1</string>
18+
<string>2.0.0</string>
1919
<key>CFBundleSignature</key>
2020
<string>????</string>
2121
<key>CFBundleVersion</key>
22-
<string>2016.09.30.18.58</string>
22+
<string>2016.09.30.19.32</string>
2323
<key>NSPrincipalClass</key>
2424
<string></string>
2525
</dict>

‎WSTagsFieldTests/Info.plist

+2-2
Original file line numberDiff line numberDiff line change
@@ -15,10 +15,10 @@
1515
<key>CFBundlePackageType</key>
1616
<string>BNDL</string>
1717
<key>CFBundleShortVersionString</key>
18-
<string>2.0.0.beta.1</string>
18+
<string>2.0.0</string>
1919
<key>CFBundleSignature</key>
2020
<string>????</string>
2121
<key>CFBundleVersion</key>
22-
<string>2016.09.30.18.58</string>
22+
<string>2016.09.30.19.32</string>
2323
</dict>
2424
</plist>

0 commit comments

Comments
 (0)
Please sign in to comment.