Skip to content

Commit 387cca8

Browse files
committed
Version bump (6.0.2).
1 parent d70bf8f commit 387cca8

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
lines changed

RSKPlaceholderTextView.podspec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
Pod::Spec.new do |s|
22
s.name = 'RSKPlaceholderTextView'
3-
s.version = '6.0.1'
3+
s.version = '6.0.2'
44
s.summary = 'A light-weight UITextView subclass that adds support for placeholder.'
55
s.homepage = 'https://github.com/ruslanskorb/RSKPlaceholderTextView'
66
s.license = { :type => 'Apache', :file => 'LICENSE' }

RSKPlaceholderTextView.xcodeproj/project.pbxproj

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -172,7 +172,7 @@
172172
CLANG_WARN__DUPLICATE_METHOD_MATCH = YES;
173173
"CODE_SIGN_IDENTITY[sdk=iphoneos*]" = "iPhone Developer";
174174
COPY_PHASE_STRIP = NO;
175-
CURRENT_PROJECT_VERSION = 6.0.1;
175+
CURRENT_PROJECT_VERSION = 6.0.2;
176176
DEBUG_INFORMATION_FORMAT = dwarf;
177177
ENABLE_STRICT_OBJC_MSGSEND = YES;
178178
ENABLE_TESTABILITY = YES;
@@ -231,7 +231,7 @@
231231
CLANG_WARN__DUPLICATE_METHOD_MATCH = YES;
232232
"CODE_SIGN_IDENTITY[sdk=iphoneos*]" = "iPhone Developer";
233233
COPY_PHASE_STRIP = NO;
234-
CURRENT_PROJECT_VERSION = 6.0.1;
234+
CURRENT_PROJECT_VERSION = 6.0.2;
235235
DEBUG_INFORMATION_FORMAT = "dwarf-with-dsym";
236236
ENABLE_NS_ASSERTIONS = NO;
237237
ENABLE_STRICT_OBJC_MSGSEND = YES;
@@ -262,7 +262,7 @@
262262
"CODE_SIGN_IDENTITY[sdk=iphoneos*]" = "";
263263
DEFINES_MODULE = YES;
264264
DYLIB_COMPATIBILITY_VERSION = 6.0.0;
265-
DYLIB_CURRENT_VERSION = 6.0.1;
265+
DYLIB_CURRENT_VERSION = 6.0.2;
266266
DYLIB_INSTALL_NAME_BASE = "@rpath";
267267
INFOPLIST_FILE = RSKPlaceholderTextView/Info.plist;
268268
INSTALL_PATH = "$(LOCAL_LIBRARY_DIR)/Frameworks";

RSKPlaceholderTextView/Info.plist

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
<key>CFBundlePackageType</key>
1616
<string>FMWK</string>
1717
<key>CFBundleShortVersionString</key>
18-
<string>6.0.1</string>
18+
<string>6.0.2</string>
1919
<key>CFBundleSignature</key>
2020
<string>????</string>
2121
<key>CFBundleVersion</key>

0 commit comments

Comments
 (0)