diff --git a/Mantis.podspec b/Mantis.podspec
index a9794869..29a77412 100644
--- a/Mantis.podspec
+++ b/Mantis.podspec
@@ -8,7 +8,7 @@
Pod::Spec.new do |s|
s.name = "Mantis"
- s.version = "2.18.0"
+ s.version = "2.19.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 5f11cd20..0558251b 100644
--- a/Mantis.xcodeproj/project.pbxproj
+++ b/Mantis.xcodeproj/project.pbxproj
@@ -1136,7 +1136,7 @@
"$(TOOLCHAIN_DIR)/usr/lib/swift/macosx",
);
MACOSX_DEPLOYMENT_TARGET = 10.15;
- MARKETING_VERSION = 2.18.0;
+ MARKETING_VERSION = 2.19.0;
OTHER_CFLAGS = "$(inherited)";
OTHER_LDFLAGS = "$(inherited)";
OTHER_SWIFT_FLAGS = "$(inherited)";
@@ -1172,7 +1172,7 @@
"$(TOOLCHAIN_DIR)/usr/lib/swift/macosx",
);
MACOSX_DEPLOYMENT_TARGET = 10.15;
- MARKETING_VERSION = 2.18.0;
+ MARKETING_VERSION = 2.19.0;
OTHER_CFLAGS = "$(inherited)";
OTHER_LDFLAGS = "$(inherited)";
OTHER_SWIFT_FLAGS = "$(inherited)";
diff --git a/README.md b/README.md
index cdb0fb8b..ac84879b 100644
--- a/README.md
+++ b/README.md
@@ -48,7 +48,7 @@
CocoaPods
```ruby
-pod 'Mantis', '~> 2.18.0'
+pod 'Mantis', '~> 2.19.0'
```
@@ -64,7 +64,7 @@ github "guoyingtao/Mantis"
Swift Packages
* Repository: https://github.com/guoyingtao/Mantis.git
-* Rules: Version - Exact - 2.18.0
+* Rules: Version - Exact - 2.19.0