diff --git a/Example/RSKImageCropperExample/RSKImageCropperExample-Info.plist b/Example/RSKImageCropperExample/RSKImageCropperExample-Info.plist
index ae4d14d..7428e26 100755
--- a/Example/RSKImageCropperExample/RSKImageCropperExample-Info.plist
+++ b/Example/RSKImageCropperExample/RSKImageCropperExample-Info.plist
@@ -17,7 +17,7 @@
CFBundlePackageType
APPL
CFBundleShortVersionString
- 1.5.0
+ 1.5.1
CFBundleSignature
????
CFBundleVersion
diff --git a/Framework/Info.plist b/Framework/Info.plist
index beed82a..d18bd0a 100755
--- a/Framework/Info.plist
+++ b/Framework/Info.plist
@@ -15,7 +15,7 @@
CFBundlePackageType
FMWK
CFBundleShortVersionString
- 1.5.0
+ 1.5.1
CFBundleSignature
????
CFBundleVersion
diff --git a/RSKImageCropper.podspec b/RSKImageCropper.podspec
index 1462bf2..30ed304 100644
--- a/RSKImageCropper.podspec
+++ b/RSKImageCropper.podspec
@@ -1,6 +1,6 @@
Pod::Spec.new do |s|
s.name = 'RSKImageCropper'
- s.version = '1.5.0'
+ s.version = '1.5.1'
s.summary = 'An image cropper for iOS like in the Contacts app with support for landscape orientation.'
s.homepage = 'https://github.com/ruslanskorb/RSKImageCropper'
s.license = { :type => 'MIT', :file => 'LICENSE' }
diff --git a/RSKImageCropper.xcodeproj/project.pbxproj b/RSKImageCropper.xcodeproj/project.pbxproj
index bb30119..310dfcf 100755
--- a/RSKImageCropper.xcodeproj/project.pbxproj
+++ b/RSKImageCropper.xcodeproj/project.pbxproj
@@ -226,7 +226,7 @@
CLANG_WARN__DUPLICATE_METHOD_MATCH = YES;
"CODE_SIGN_IDENTITY[sdk=iphoneos*]" = "iPhone Developer";
COPY_PHASE_STRIP = NO;
- CURRENT_PROJECT_VERSION = 1.5.0;
+ CURRENT_PROJECT_VERSION = 1.5.1;
DEBUG_INFORMATION_FORMAT = "dwarf-with-dsym";
ENABLE_STRICT_OBJC_MSGSEND = YES;
ENABLE_TESTABILITY = YES;
@@ -274,7 +274,7 @@
CLANG_WARN__DUPLICATE_METHOD_MATCH = YES;
"CODE_SIGN_IDENTITY[sdk=iphoneos*]" = "iPhone Developer";
COPY_PHASE_STRIP = NO;
- CURRENT_PROJECT_VERSION = 1.5.0;
+ CURRENT_PROJECT_VERSION = 1.5.1;
DEBUG_INFORMATION_FORMAT = "dwarf-with-dsym";
ENABLE_NS_ASSERTIONS = NO;
ENABLE_STRICT_OBJC_MSGSEND = YES;
@@ -300,8 +300,8 @@
isa = XCBuildConfiguration;
buildSettings = {
DEFINES_MODULE = YES;
- DYLIB_COMPATIBILITY_VERSION = 1.5.0;
- DYLIB_CURRENT_VERSION = 1.5.0;
+ DYLIB_COMPATIBILITY_VERSION = 1.5.1;
+ DYLIB_CURRENT_VERSION = 1.5.1;
DYLIB_INSTALL_NAME_BASE = "@rpath";
INFOPLIST_FILE = Framework/Info.plist;
INSTALL_PATH = "$(LOCAL_LIBRARY_DIR)/Frameworks";
@@ -316,8 +316,8 @@
isa = XCBuildConfiguration;
buildSettings = {
DEFINES_MODULE = YES;
- DYLIB_COMPATIBILITY_VERSION = 1.5.0;
- DYLIB_CURRENT_VERSION = 1.5.0;
+ DYLIB_COMPATIBILITY_VERSION = 1.5.1;
+ DYLIB_CURRENT_VERSION = 1.5.1;
DYLIB_INSTALL_NAME_BASE = "@rpath";
INFOPLIST_FILE = Framework/Info.plist;
INSTALL_PATH = "$(LOCAL_LIBRARY_DIR)/Frameworks";