From 15834d91c4daba65c36b5b119975b4cccb7eb065 Mon Sep 17 00:00:00 2001 From: Yingtao Guo Date: Thu, 2 Nov 2023 22:35:21 +0800 Subject: [PATCH] chore: bump version to 2.15.0 --- Mantis.podspec | 2 +- Mantis.xcodeproj/project.pbxproj | 4 ++-- README.md | 4 ++-- 3 files changed, 5 insertions(+), 5 deletions(-) diff --git a/Mantis.podspec b/Mantis.podspec index aedcab1c..fe08dbce 100644 --- a/Mantis.podspec +++ b/Mantis.podspec @@ -8,7 +8,7 @@ Pod::Spec.new do |s| s.name = "Mantis" - s.version = "2.14.1" + s.version = "2.15.0" s.summary = "An iOS Image cropping library, which mimics the Photo App written in Swift and provides rich cropping interactions." s.description = <<-DESC diff --git a/Mantis.xcodeproj/project.pbxproj b/Mantis.xcodeproj/project.pbxproj index 395909cd..5d5de062 100644 --- a/Mantis.xcodeproj/project.pbxproj +++ b/Mantis.xcodeproj/project.pbxproj @@ -1129,7 +1129,7 @@ "$(TOOLCHAIN_DIR)/usr/lib/swift/macosx", ); MACOSX_DEPLOYMENT_TARGET = 10.15; - MARKETING_VERSION = 2.14.1; + MARKETING_VERSION = 2.15.0; OTHER_CFLAGS = "$(inherited)"; OTHER_LDFLAGS = "$(inherited)"; OTHER_SWIFT_FLAGS = "$(inherited)"; @@ -1163,7 +1163,7 @@ "$(TOOLCHAIN_DIR)/usr/lib/swift/macosx", ); MACOSX_DEPLOYMENT_TARGET = 10.15; - MARKETING_VERSION = 2.14.1; + MARKETING_VERSION = 2.15.0; OTHER_CFLAGS = "$(inherited)"; OTHER_LDFLAGS = "$(inherited)"; OTHER_SWIFT_FLAGS = "$(inherited)"; diff --git a/README.md b/README.md index 46b1c08c..6de5ca17 100644 --- a/README.md +++ b/README.md @@ -48,7 +48,7 @@ CocoaPods ```ruby -pod 'Mantis', '~> 2.14.1' +pod 'Mantis', '~> 2.15.0' ``` @@ -64,7 +64,7 @@ github "guoyingtao/Mantis" Swift Packages * Repository: https://github.com/guoyingtao/Mantis.git -* Rules: Version - Exact - 2.14.1 +* Rules: Version - Exact - 2.15.0