Skip to content

Commit

Permalink
Bump v1.2.5
Browse files Browse the repository at this point in the history
  • Loading branch information
ricardopereira committed Apr 7, 2017
1 parent c954106 commit 10225d8
Show file tree
Hide file tree
Showing 6 changed files with 11 additions and 11 deletions.
2 changes: 1 addition & 1 deletion Example/Cartfile
Original file line number Diff line number Diff line change
@@ -1 +1 @@
github "whitesmith/WSTagsField" "1.2.4"
github "whitesmith/WSTagsField" "1.2.5"
2 changes: 1 addition & 1 deletion Example/Cartfile.resolved
Original file line number Diff line number Diff line change
@@ -1 +1 @@
github "whitesmith/WSTagsField" "1.2.4"
github "whitesmith/WSTagsField" "1.2.5"
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 = "1.2.4"
s.version = "1.2.5"
s.summary = "An iOS text field that represents different Tags"
s.homepage = "https://github.com/whitesmith/WSTagsField"
s.license = 'MIT'
Expand Down
8 changes: 4 additions & 4 deletions WSTagsField.xcodeproj/project.pbxproj
Original file line number Diff line number Diff line change
Expand Up @@ -248,7 +248,7 @@
CLANG_WARN__DUPLICATE_METHOD_MATCH = YES;
"CODE_SIGN_IDENTITY[sdk=iphoneos*]" = "iPhone Developer";
COPY_PHASE_STRIP = NO;
CURRENT_PROJECT_VERSION = 2017.04.07.13.00;
CURRENT_PROJECT_VERSION = 2017.04.07.13.15;
DEBUG_INFORMATION_FORMAT = dwarf;
ENABLE_STRICT_OBJC_MSGSEND = YES;
ENABLE_TESTABILITY = YES;
Expand Down Expand Up @@ -297,7 +297,7 @@
CLANG_WARN__DUPLICATE_METHOD_MATCH = YES;
"CODE_SIGN_IDENTITY[sdk=iphoneos*]" = "iPhone Developer";
COPY_PHASE_STRIP = NO;
CURRENT_PROJECT_VERSION = 2017.04.07.13.00;
CURRENT_PROJECT_VERSION = 2017.04.07.13.15;
DEBUG_INFORMATION_FORMAT = "dwarf-with-dsym";
ENABLE_NS_ASSERTIONS = NO;
ENABLE_STRICT_OBJC_MSGSEND = YES;
Expand Down Expand Up @@ -326,7 +326,7 @@
CLANG_ENABLE_MODULES = YES;
DEFINES_MODULE = YES;
DYLIB_COMPATIBILITY_VERSION = 1;
DYLIB_CURRENT_VERSION = 2017.04.07.13.00;
DYLIB_CURRENT_VERSION = 2017.04.07.13.15;
DYLIB_INSTALL_NAME_BASE = "@rpath";
INFOPLIST_FILE = WSTagsField/Info.plist;
INSTALL_PATH = "$(LOCAL_LIBRARY_DIR)/Frameworks";
Expand All @@ -346,7 +346,7 @@
CLANG_ENABLE_MODULES = YES;
DEFINES_MODULE = YES;
DYLIB_COMPATIBILITY_VERSION = 1;
DYLIB_CURRENT_VERSION = 2017.04.07.13.00;
DYLIB_CURRENT_VERSION = 2017.04.07.13.15;
DYLIB_INSTALL_NAME_BASE = "@rpath";
INFOPLIST_FILE = WSTagsField/Info.plist;
INSTALL_PATH = "$(LOCAL_LIBRARY_DIR)/Frameworks";
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>1.2.4</string>
<string>1.2.5</string>
<key>CFBundleSignature</key>
<string>????</string>
<key>CFBundleVersion</key>
<string>2017.04.07.13.00</string>
<string>2017.04.07.13.15</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>1.2.4</string>
<string>1.2.5</string>
<key>CFBundleSignature</key>
<string>????</string>
<key>CFBundleVersion</key>
<string>2017.04.07.13.00</string>
<string>2017.04.07.13.15</string>
</dict>
</plist>

0 comments on commit 10225d8

Please sign in to comment.