Skip to content

Commit

Permalink
Version bump (6.1.1).
Browse files Browse the repository at this point in the history
  • Loading branch information
ruslanskorb committed Feb 25, 2023
1 parent d7d2c14 commit 097ed67
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 11 deletions.
2 changes: 1 addition & 1 deletion RSKGrowingTextView.podspec
@@ -1,6 +1,6 @@
Pod::Spec.new do |s|
s.name = 'RSKGrowingTextView'
s.version = '6.1.0'
s.version = '6.1.1'
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
16 changes: 8 additions & 8 deletions RSKGrowingTextView.xcodeproj/project.pbxproj
Expand Up @@ -265,16 +265,16 @@
buildSettings = {
CLANG_ENABLE_MODULES = YES;
"CODE_SIGN_IDENTITY[sdk=iphoneos*]" = "";
CURRENT_PROJECT_VERSION = 6.1.0;
CURRENT_PROJECT_VERSION = 6.1.1;
DEFINES_MODULE = YES;
DYLIB_COMPATIBILITY_VERSION = 6.1.0;
DYLIB_CURRENT_VERSION = 6.1.0;
DYLIB_COMPATIBILITY_VERSION = 6.1.1;
DYLIB_CURRENT_VERSION = 6.1.1;
DYLIB_INSTALL_NAME_BASE = "@rpath";
FRAMEWORK_SEARCH_PATHS = "$(inherited)";
INFOPLIST_FILE = "$(SRCROOT)/RSKGrowingTextView/Info.plist";
INSTALL_PATH = "$(LOCAL_LIBRARY_DIR)/Frameworks";
LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks @loader_path/Frameworks";
MARKETING_VERSION = 6.1.0;
MARKETING_VERSION = 6.1.1;
PRODUCT_BUNDLE_IDENTIFIER = com.ruslanskorb.RSKGrowingTextView;
PRODUCT_NAME = "$(TARGET_NAME)";
SKIP_INSTALL = YES;
Expand All @@ -288,16 +288,16 @@
buildSettings = {
CLANG_ENABLE_MODULES = YES;
"CODE_SIGN_IDENTITY[sdk=iphoneos*]" = "";
CURRENT_PROJECT_VERSION = 6.1.0;
CURRENT_PROJECT_VERSION = 6.1.1;
DEFINES_MODULE = YES;
DYLIB_COMPATIBILITY_VERSION = 6.1.0;
DYLIB_CURRENT_VERSION = 6.1.0;
DYLIB_COMPATIBILITY_VERSION = 6.1.1;
DYLIB_CURRENT_VERSION = 6.1.1;
DYLIB_INSTALL_NAME_BASE = "@rpath";
FRAMEWORK_SEARCH_PATHS = "$(inherited)";
INFOPLIST_FILE = "$(SRCROOT)/RSKGrowingTextView/Info.plist";
INSTALL_PATH = "$(LOCAL_LIBRARY_DIR)/Frameworks";
LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks @loader_path/Frameworks";
MARKETING_VERSION = 6.1.0;
MARKETING_VERSION = 6.1.1;
PRODUCT_BUNDLE_IDENTIFIER = com.ruslanskorb.RSKGrowingTextView;
PRODUCT_NAME = "$(TARGET_NAME)";
SKIP_INSTALL = YES;
Expand Down
Expand Up @@ -447,7 +447,7 @@
DEVELOPMENT_TEAM = J3P7YV7464;
INFOPLIST_FILE = RSKGrowingTextViewExample/Info.plist;
LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks";
MARKETING_VERSION = 6.1.0;
MARKETING_VERSION = 6.1.1;
PRODUCT_BUNDLE_IDENTIFIER = com.ruslanskorb.RSKGrowingTextViewExample;
PRODUCT_NAME = "$(TARGET_NAME)";
SWIFT_OBJC_BRIDGING_HEADER = "RSKGrowingTextViewExample/RSKGrowingTextViewExample-Bridging-Header.h";
Expand All @@ -463,7 +463,7 @@
DEVELOPMENT_TEAM = J3P7YV7464;
INFOPLIST_FILE = RSKGrowingTextViewExample/Info.plist;
LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks";
MARKETING_VERSION = 6.1.0;
MARKETING_VERSION = 6.1.1;
PRODUCT_BUNDLE_IDENTIFIER = com.ruslanskorb.RSKGrowingTextViewExample;
PRODUCT_NAME = "$(TARGET_NAME)";
SWIFT_OBJC_BRIDGING_HEADER = "RSKGrowingTextViewExample/RSKGrowingTextViewExample-Bridging-Header.h";
Expand Down

0 comments on commit 097ed67

Please sign in to comment.