Skip to content

Commit

Permalink
Version bump (6.0.1).
Browse files Browse the repository at this point in the history
  • Loading branch information
ruslanskorb committed Jan 24, 2020
1 parent 52c881e commit 0ce8b6d
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion RSKPlaceholderTextView.podspec
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Pod::Spec.new do |s|
s.name = 'RSKPlaceholderTextView'
s.version = '6.0.0'
s.version = '6.0.1'
s.summary = 'A light-weight UITextView subclass that adds support for placeholder.'
s.homepage = 'https://github.com/ruslanskorb/RSKPlaceholderTextView'
s.license = { :type => 'Apache', :file => 'LICENSE' }
Expand Down
6 changes: 3 additions & 3 deletions RSKPlaceholderTextView.xcodeproj/project.pbxproj
Original file line number Diff line number Diff line change
Expand Up @@ -172,7 +172,7 @@
CLANG_WARN__DUPLICATE_METHOD_MATCH = YES;
"CODE_SIGN_IDENTITY[sdk=iphoneos*]" = "iPhone Developer";
COPY_PHASE_STRIP = NO;
CURRENT_PROJECT_VERSION = 6.0.0;
CURRENT_PROJECT_VERSION = 6.0.1;
DEBUG_INFORMATION_FORMAT = dwarf;
ENABLE_STRICT_OBJC_MSGSEND = YES;
ENABLE_TESTABILITY = YES;
Expand Down Expand Up @@ -231,7 +231,7 @@
CLANG_WARN__DUPLICATE_METHOD_MATCH = YES;
"CODE_SIGN_IDENTITY[sdk=iphoneos*]" = "iPhone Developer";
COPY_PHASE_STRIP = NO;
CURRENT_PROJECT_VERSION = 6.0.0;
CURRENT_PROJECT_VERSION = 6.0.1;
DEBUG_INFORMATION_FORMAT = "dwarf-with-dsym";
ENABLE_NS_ASSERTIONS = NO;
ENABLE_STRICT_OBJC_MSGSEND = YES;
Expand Down Expand Up @@ -262,7 +262,7 @@
"CODE_SIGN_IDENTITY[sdk=iphoneos*]" = "";
DEFINES_MODULE = YES;
DYLIB_COMPATIBILITY_VERSION = 6.0.0;
DYLIB_CURRENT_VERSION = 6.0.0;
DYLIB_CURRENT_VERSION = 6.0.1;
DYLIB_INSTALL_NAME_BASE = "@rpath";
INFOPLIST_FILE = RSKPlaceholderTextView/Info.plist;
INSTALL_PATH = "$(LOCAL_LIBRARY_DIR)/Frameworks";
Expand Down
2 changes: 1 addition & 1 deletion RSKPlaceholderTextView/Info.plist
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
<key>CFBundlePackageType</key>
<string>FMWK</string>
<key>CFBundleShortVersionString</key>
<string>6.0.0</string>
<string>6.0.1</string>
<key>CFBundleSignature</key>
<string>????</string>
<key>CFBundleVersion</key>
Expand Down

0 comments on commit 0ce8b6d

Please sign in to comment.