Skip to content

Commit

Permalink
Bump v2.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
ricardopereira committed Sep 30, 2016
1 parent 236c821 commit a5c322b
Show file tree
Hide file tree
Showing 5 changed files with 9 additions and 9 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ tagsField.onDidChangeHeightTo = { sender, height in
To install it, simply add the following line to your **Cartfile**:

```ruby
github "whitesmith/WSTagsField" "2.0.0.beta.1"
github "whitesmith/WSTagsField"
```

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

```ruby
pod "WSTagsField", :git => 'https://github.com/whitesmith/WSTagsField.git', :tag => '2.0.0.beta.1'
pod "WSTagsField"
```

You will also need to make sure you're opting into using frameworks:
Expand Down
2 changes: 1 addition & 1 deletion WSTagsField.podspec
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Pod::Spec.new do |s|
s.name = "WSTagsField"
s.version = "2.0.0.beta.1"
s.version = "2.0.0"
s.summary = "An iOS text field that represents different Tags"
s.homepage = "https://github.com/whitesmith/WSTagsField"
s.license = 'MIT'
Expand Down
4 changes: 2 additions & 2 deletions WSTagsField.xcodeproj/project.pbxproj
Original file line number Diff line number Diff line change
Expand Up @@ -252,7 +252,7 @@
CLANG_WARN__DUPLICATE_METHOD_MATCH = YES;
"CODE_SIGN_IDENTITY[sdk=iphoneos*]" = "iPhone Developer";
COPY_PHASE_STRIP = NO;
CURRENT_PROJECT_VERSION = 2016.09.30.18.58;
CURRENT_PROJECT_VERSION = 2016.09.30.19.32;
DEBUG_INFORMATION_FORMAT = dwarf;
ENABLE_STRICT_OBJC_MSGSEND = YES;
ENABLE_TESTABILITY = YES;
Expand Down Expand Up @@ -303,7 +303,7 @@
CLANG_WARN__DUPLICATE_METHOD_MATCH = YES;
"CODE_SIGN_IDENTITY[sdk=iphoneos*]" = "iPhone Developer";
COPY_PHASE_STRIP = NO;
CURRENT_PROJECT_VERSION = 2016.09.30.18.58;
CURRENT_PROJECT_VERSION = 2016.09.30.19.32;
DEBUG_INFORMATION_FORMAT = "dwarf-with-dsym";
ENABLE_NS_ASSERTIONS = NO;
ENABLE_STRICT_OBJC_MSGSEND = YES;
Expand Down
4 changes: 2 additions & 2 deletions WSTagsField/Info.plist
Original file line number Diff line number Diff line change
Expand Up @@ -15,11 +15,11 @@
<key>CFBundlePackageType</key>
<string>FMWK</string>
<key>CFBundleShortVersionString</key>
<string>2.0.0.beta.1</string>
<string>2.0.0</string>
<key>CFBundleSignature</key>
<string>????</string>
<key>CFBundleVersion</key>
<string>2016.09.30.18.58</string>
<string>2016.09.30.19.32</string>
<key>NSPrincipalClass</key>
<string></string>
</dict>
Expand Down
4 changes: 2 additions & 2 deletions WSTagsFieldTests/Info.plist
Original file line number Diff line number Diff line change
Expand Up @@ -15,10 +15,10 @@
<key>CFBundlePackageType</key>
<string>BNDL</string>
<key>CFBundleShortVersionString</key>
<string>2.0.0.beta.1</string>
<string>2.0.0</string>
<key>CFBundleSignature</key>
<string>????</string>
<key>CFBundleVersion</key>
<string>2016.09.30.18.58</string>
<string>2016.09.30.19.32</string>
</dict>
</plist>

0 comments on commit a5c322b

Please sign in to comment.