Skip to content

Commit

Permalink
Version bump (6.0.2).
Browse files Browse the repository at this point in the history
  • Loading branch information
ruslanskorb committed Mar 16, 2020
1 parent 3860510 commit b48a1bb
Show file tree
Hide file tree
Showing 5 changed files with 8 additions and 8 deletions.
2 changes: 1 addition & 1 deletion RSKGrowingTextView.podspec
@@ -1,6 +1,6 @@
Pod::Spec.new do |s|
s.name = 'RSKGrowingTextView'
s.version = '6.0.1'
s.version = '6.0.2'
s.summary = 'A light-weight UITextView subclass that automatically grows and shrinks.'
s.description = <<-DESC
A light-weight UITextView subclass that automatically grows and shrinks based on the size of user input and can be constrained by maximum and minimum number of lines.
Expand Down
8 changes: 4 additions & 4 deletions RSKGrowingTextView.xcodeproj/project.pbxproj
Expand Up @@ -181,7 +181,7 @@
CLANG_WARN__DUPLICATE_METHOD_MATCH = YES;
"CODE_SIGN_IDENTITY[sdk=iphoneos*]" = "iPhone Developer";
COPY_PHASE_STRIP = NO;
CURRENT_PROJECT_VERSION = 6.0.1;
CURRENT_PROJECT_VERSION = 6.0.2;
DEBUG_INFORMATION_FORMAT = dwarf;
ENABLE_STRICT_OBJC_MSGSEND = YES;
ENABLE_TESTABILITY = YES;
Expand Down Expand Up @@ -237,7 +237,7 @@
CLANG_WARN__DUPLICATE_METHOD_MATCH = YES;
"CODE_SIGN_IDENTITY[sdk=iphoneos*]" = "iPhone Developer";
COPY_PHASE_STRIP = NO;
CURRENT_PROJECT_VERSION = 6.0.1;
CURRENT_PROJECT_VERSION = 6.0.2;
DEBUG_INFORMATION_FORMAT = "dwarf-with-dsym";
ENABLE_NS_ASSERTIONS = NO;
ENABLE_STRICT_OBJC_MSGSEND = YES;
Expand Down Expand Up @@ -267,7 +267,7 @@
"CODE_SIGN_IDENTITY[sdk=iphoneos*]" = "";
DEFINES_MODULE = YES;
DYLIB_COMPATIBILITY_VERSION = 6.0.0;
DYLIB_CURRENT_VERSION = 6.0.1;
DYLIB_CURRENT_VERSION = 6.0.2;
DYLIB_INSTALL_NAME_BASE = "@rpath";
FRAMEWORK_SEARCH_PATHS = "$(inherited)";
INFOPLIST_FILE = "$(SRCROOT)/RSKGrowingTextView/Info.plist";
Expand All @@ -288,7 +288,7 @@
"CODE_SIGN_IDENTITY[sdk=iphoneos*]" = "";
DEFINES_MODULE = YES;
DYLIB_COMPATIBILITY_VERSION = 6.0.0;
DYLIB_CURRENT_VERSION = 6.0.1;
DYLIB_CURRENT_VERSION = 6.0.2;
DYLIB_INSTALL_NAME_BASE = "@rpath";
FRAMEWORK_SEARCH_PATHS = "$(inherited)";
INFOPLIST_FILE = "$(SRCROOT)/RSKGrowingTextView/Info.plist";
Expand Down
2 changes: 1 addition & 1 deletion RSKGrowingTextView/Info.plist
Expand Up @@ -15,7 +15,7 @@
<key>CFBundlePackageType</key>
<string>FMWK</string>
<key>CFBundleShortVersionString</key>
<string>6.0.1</string>
<string>6.0.2</string>
<key>CFBundleSignature</key>
<string>????</string>
<key>CFBundleVersion</key>
Expand Down
Expand Up @@ -15,7 +15,7 @@
<key>CFBundlePackageType</key>
<string>APPL</string>
<key>CFBundleShortVersionString</key>
<string>6.0.1</string>
<string>6.0.2</string>
<key>CFBundleSignature</key>
<string>????</string>
<key>CFBundleVersion</key>
Expand Down
Expand Up @@ -15,7 +15,7 @@
<key>CFBundlePackageType</key>
<string>BNDL</string>
<key>CFBundleShortVersionString</key>
<string>6.0.1</string>
<string>6.0.2</string>
<key>CFBundleSignature</key>
<string>????</string>
<key>CFBundleVersion</key>
Expand Down

0 comments on commit b48a1bb

Please sign in to comment.