Skip to content

Commit

Permalink
Bump to v3.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
ricardopereira committed Sep 14, 2018
1 parent 2f1daab commit 3cc5e2c
Show file tree
Hide file tree
Showing 4 changed files with 11 additions and 11 deletions.
2 changes: 1 addition & 1 deletion WSTagsField.podspec
@@ -1,6 +1,6 @@
Pod::Spec.new do |s|
s.name = "WSTagsField"
s.version = "3.1.0"
s.version = "3.2.0"
s.summary = "An iOS text field that represents different Tags"
s.homepage = "https://github.com/whitesmith/WSTagsField"
s.license = 'MIT'
Expand Down
12 changes: 6 additions & 6 deletions WSTagsField.xcodeproj/project.pbxproj
Expand Up @@ -286,7 +286,7 @@
CLANG_WARN__DUPLICATE_METHOD_MATCH = YES;
"CODE_SIGN_IDENTITY[sdk=iphoneos*]" = "iPhone Developer";
COPY_PHASE_STRIP = NO;
CURRENT_PROJECT_VERSION = 2018.04.10.00.01;
CURRENT_PROJECT_VERSION = 2018.09.14.15.57;
DEBUG_INFORMATION_FORMAT = dwarf;
ENABLE_STRICT_OBJC_MSGSEND = YES;
ENABLE_TESTABILITY = YES;
Expand Down Expand Up @@ -346,7 +346,7 @@
CLANG_WARN__DUPLICATE_METHOD_MATCH = YES;
"CODE_SIGN_IDENTITY[sdk=iphoneos*]" = "iPhone Developer";
COPY_PHASE_STRIP = NO;
CURRENT_PROJECT_VERSION = 2018.04.10.00.01;
CURRENT_PROJECT_VERSION = 2018.09.14.15.57;
DEBUG_INFORMATION_FORMAT = "dwarf-with-dsym";
ENABLE_NS_ASSERTIONS = NO;
ENABLE_STRICT_OBJC_MSGSEND = YES;
Expand Down Expand Up @@ -376,10 +376,10 @@
APPLICATION_EXTENSION_API_ONLY = YES;
CLANG_ENABLE_MODULES = YES;
"CODE_SIGN_IDENTITY[sdk=iphoneos*]" = "";
CURRENT_PROJECT_VERSION = 3.1;
CURRENT_PROJECT_VERSION = 3.2;
DEFINES_MODULE = YES;
DYLIB_COMPATIBILITY_VERSION = 1;
DYLIB_CURRENT_VERSION = 3.1;
DYLIB_CURRENT_VERSION = 3.2;
DYLIB_INSTALL_NAME_BASE = "@rpath";
INFOPLIST_FILE = WSTagsField/Info.plist;
INSTALL_PATH = "$(LOCAL_LIBRARY_DIR)/Frameworks";
Expand All @@ -397,10 +397,10 @@
APPLICATION_EXTENSION_API_ONLY = YES;
CLANG_ENABLE_MODULES = YES;
"CODE_SIGN_IDENTITY[sdk=iphoneos*]" = "";
CURRENT_PROJECT_VERSION = 3.1;
CURRENT_PROJECT_VERSION = 3.2;
DEFINES_MODULE = YES;
DYLIB_COMPATIBILITY_VERSION = 1;
DYLIB_CURRENT_VERSION = 3.1;
DYLIB_CURRENT_VERSION = 3.2;
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
Expand Up @@ -15,11 +15,11 @@
<key>CFBundlePackageType</key>
<string>FMWK</string>
<key>CFBundleShortVersionString</key>
<string>3.1.0</string>
<string>3.2.0</string>
<key>CFBundleSignature</key>
<string>????</string>
<key>CFBundleVersion</key>
<string>2018.04.10.00.01</string>
<string>2018.09.14.15.57</string>
<key>NSPrincipalClass</key>
<string></string>
</dict>
Expand Down
4 changes: 2 additions & 2 deletions WSTagsFieldTests/Info.plist
Expand Up @@ -15,10 +15,10 @@
<key>CFBundlePackageType</key>
<string>BNDL</string>
<key>CFBundleShortVersionString</key>
<string>3.1.0</string>
<string>3.2.0</string>
<key>CFBundleSignature</key>
<string>????</string>
<key>CFBundleVersion</key>
<string>2018.04.10.00.01</string>
<string>2018.09.14.15.57</string>
</dict>
</plist>

0 comments on commit 3cc5e2c

Please sign in to comment.