From 5ffea8e7fcb55755f3f19d7c4c4ba8685969bc7d Mon Sep 17 00:00:00 2001 From: Ruslan Skorb Date: Tue, 28 Mar 2017 11:23:11 +0300 Subject: [PATCH] Version bump (1.6.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 9f14742..2d87ac3 100644 --- a/Example/RSDayFlowExample/RSDayFlowExample-Info.plist +++ b/Example/RSDayFlowExample/RSDayFlowExample-Info.plist @@ -17,7 +17,7 @@ CFBundlePackageType APPL CFBundleShortVersionString - 1.6.0 + 1.6.1 CFBundleSignature ???? CFBundleVersion diff --git a/Framework/Info.plist b/Framework/Info.plist index a1dfe14..148a1d1 100755 --- a/Framework/Info.plist +++ b/Framework/Info.plist @@ -15,7 +15,7 @@ CFBundlePackageType FMWK CFBundleShortVersionString - 1.6.0 + 1.6.1 CFBundleSignature ???? CFBundleVersion diff --git a/RSDayFlow.podspec b/RSDayFlow.podspec index 7e427b8..ad6cf4c 100644 --- a/RSDayFlow.podspec +++ b/RSDayFlow.podspec @@ -1,6 +1,6 @@ Pod::Spec.new do |s| s.name = 'RSDayFlow' - s.version = '1.6.0' + s.version = '1.6.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 4f100b6..87e1b01 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.6.0; + CURRENT_PROJECT_VERSION = 1.6.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.6.0; + CURRENT_PROJECT_VERSION = 1.6.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.6.0; - DYLIB_CURRENT_VERSION = 1.6.0; + DYLIB_COMPATIBILITY_VERSION = 1.6.1; + DYLIB_CURRENT_VERSION = 1.6.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.6.0; - DYLIB_CURRENT_VERSION = 1.6.0; + DYLIB_COMPATIBILITY_VERSION = 1.6.1; + DYLIB_CURRENT_VERSION = 1.6.1; DYLIB_INSTALL_NAME_BASE = "@rpath"; INFOPLIST_FILE = Framework/Info.plist; INSTALL_PATH = "$(LOCAL_LIBRARY_DIR)/Frameworks";