From 1127be06ced4a8c4436355da13a6f57590d5aeac Mon Sep 17 00:00:00 2001 From: Ruslan Skorb Date: Sat, 8 Sep 2018 13:06:36 +0300 Subject: [PATCH] Version bump (1.7.1). --- Example/RSDayFlowExample/RSDayFlowExample-Info.plist | 2 +- Framework/Info.plist | 2 +- RSDayFlow.podspec | 2 +- RSDayFlow.xcodeproj/project.pbxproj | 12 ++++++------ 4 files changed, 9 insertions(+), 9 deletions(-) diff --git a/Example/RSDayFlowExample/RSDayFlowExample-Info.plist b/Example/RSDayFlowExample/RSDayFlowExample-Info.plist index c91a70c..4eb9e04 100644 --- a/Example/RSDayFlowExample/RSDayFlowExample-Info.plist +++ b/Example/RSDayFlowExample/RSDayFlowExample-Info.plist @@ -17,7 +17,7 @@ CFBundlePackageType APPL CFBundleShortVersionString - 1.7.0 + 1.7.1 CFBundleSignature ???? CFBundleVersion diff --git a/Framework/Info.plist b/Framework/Info.plist index 01a700f..e0e5a83 100755 --- a/Framework/Info.plist +++ b/Framework/Info.plist @@ -15,7 +15,7 @@ CFBundlePackageType FMWK CFBundleShortVersionString - 1.7.0 + 1.7.1 CFBundleSignature ???? CFBundleVersion diff --git a/RSDayFlow.podspec b/RSDayFlow.podspec index 3ef6d88..785f75e 100644 --- a/RSDayFlow.podspec +++ b/RSDayFlow.podspec @@ -1,6 +1,6 @@ Pod::Spec.new do |s| s.name = 'RSDayFlow' - s.version = '1.7.0' + s.version = '1.7.1' s.summary = 'iOS 7 Calendar with Infinite Scrolling.' s.homepage = 'https://github.com/ruslanskorb/RSDayFlow' s.license = { :type => 'MIT', :file => 'LICENSE' } diff --git a/RSDayFlow.xcodeproj/project.pbxproj b/RSDayFlow.xcodeproj/project.pbxproj index 4a98b39..438c6d9 100755 --- a/RSDayFlow.xcodeproj/project.pbxproj +++ b/RSDayFlow.xcodeproj/project.pbxproj @@ -227,7 +227,7 @@ CLANG_WARN__DUPLICATE_METHOD_MATCH = YES; "CODE_SIGN_IDENTITY[sdk=iphoneos*]" = "iPhone Developer"; COPY_PHASE_STRIP = NO; - CURRENT_PROJECT_VERSION = 1.7.0; + CURRENT_PROJECT_VERSION = 1.7.1; DEBUG_INFORMATION_FORMAT = "dwarf-with-dsym"; ENABLE_STRICT_OBJC_MSGSEND = YES; ENABLE_TESTABILITY = YES; @@ -275,7 +275,7 @@ CLANG_WARN__DUPLICATE_METHOD_MATCH = YES; "CODE_SIGN_IDENTITY[sdk=iphoneos*]" = "iPhone Developer"; COPY_PHASE_STRIP = NO; - CURRENT_PROJECT_VERSION = 1.7.0; + CURRENT_PROJECT_VERSION = 1.7.1; DEBUG_INFORMATION_FORMAT = "dwarf-with-dsym"; ENABLE_NS_ASSERTIONS = NO; ENABLE_STRICT_OBJC_MSGSEND = YES; @@ -301,8 +301,8 @@ isa = XCBuildConfiguration; buildSettings = { DEFINES_MODULE = YES; - DYLIB_COMPATIBILITY_VERSION = 1.7.0; - DYLIB_CURRENT_VERSION = 1.7.0; + DYLIB_COMPATIBILITY_VERSION = 1.7.1; + DYLIB_CURRENT_VERSION = 1.7.1; DYLIB_INSTALL_NAME_BASE = "@rpath"; INFOPLIST_FILE = Framework/Info.plist; INSTALL_PATH = "$(LOCAL_LIBRARY_DIR)/Frameworks"; @@ -318,8 +318,8 @@ isa = XCBuildConfiguration; buildSettings = { DEFINES_MODULE = YES; - DYLIB_COMPATIBILITY_VERSION = 1.7.0; - DYLIB_CURRENT_VERSION = 1.7.0; + DYLIB_COMPATIBILITY_VERSION = 1.7.1; + DYLIB_CURRENT_VERSION = 1.7.1; DYLIB_INSTALL_NAME_BASE = "@rpath"; INFOPLIST_FILE = Framework/Info.plist; INSTALL_PATH = "$(LOCAL_LIBRARY_DIR)/Frameworks";