Skip to content

Commit

Permalink
Bump v2.1.1
Browse files Browse the repository at this point in the history
  • Loading branch information
ricardopereira committed Apr 7, 2017
1 parent e1225bc commit 4009164
Show file tree
Hide file tree
Showing 6 changed files with 9 additions and 9 deletions.
2 changes: 1 addition & 1 deletion Example/Cartfile
Original file line number Diff line number Diff line change
@@ -1 +1 @@
github "whitesmith/WSTagsField" "2.1.0"
github "whitesmith/WSTagsField" "2.1.1"
2 changes: 1 addition & 1 deletion Example/Cartfile.resolved
Original file line number Diff line number Diff line change
@@ -1 +1 @@
github "whitesmith/WSTagsField" "2.1.0"
github "whitesmith/WSTagsField" "2.1.1"
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.1.0"
s.version = "2.1.1"
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 = 2017.01.06.17.49;
CURRENT_PROJECT_VERSION = 2017.04.07.14.55;
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 = 2017.01.06.17.49;
CURRENT_PROJECT_VERSION = 2017.04.07.14.55;
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.1.0</string>
<string>2.1.1</string>
<key>CFBundleSignature</key>
<string>????</string>
<key>CFBundleVersion</key>
<string>2017.01.06.17.49</string>
<string>2017.04.07.14.55</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.1.0</string>
<string>2.1.1</string>
<key>CFBundleSignature</key>
<string>????</string>
<key>CFBundleVersion</key>
<string>2017.01.06.17.49</string>
<string>2017.04.07.14.55</string>
</dict>
</plist>

0 comments on commit 4009164

Please sign in to comment.