Skip to content

Commit

Permalink
Version bump (1.6.1)
Browse files Browse the repository at this point in the history
  • Loading branch information
ruslanskorb committed Mar 28, 2017
1 parent bfcfad7 commit 5ffea8e
Show file tree
Hide file tree
Showing 4 changed files with 9 additions and 9 deletions.
2 changes: 1 addition & 1 deletion Example/RSDayFlowExample/RSDayFlowExample-Info.plist
Expand Up @@ -17,7 +17,7 @@
<key>CFBundlePackageType</key>
<string>APPL</string>
<key>CFBundleShortVersionString</key>
<string>1.6.0</string>
<string>1.6.1</string>
<key>CFBundleSignature</key>
<string>????</string>
<key>CFBundleVersion</key>
Expand Down
2 changes: 1 addition & 1 deletion Framework/Info.plist
Expand Up @@ -15,7 +15,7 @@
<key>CFBundlePackageType</key>
<string>FMWK</string>
<key>CFBundleShortVersionString</key>
<string>1.6.0</string>
<string>1.6.1</string>
<key>CFBundleSignature</key>
<string>????</string>
<key>CFBundleVersion</key>
Expand Down
2 changes: 1 addition & 1 deletion 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' }
Expand Down
12 changes: 6 additions & 6 deletions RSDayFlow.xcodeproj/project.pbxproj
Expand Up @@ -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;
Expand Down Expand Up @@ -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;
Expand All @@ -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";
Expand All @@ -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";
Expand Down

0 comments on commit 5ffea8e

Please sign in to comment.