Skip to content

Commit

Permalink
chore: bump version to 2.9.1
Browse files Browse the repository at this point in the history
  • Loading branch information
guoyingtao committed Apr 13, 2023
1 parent d59214e commit fe92535
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion Mantis.podspec
Expand Up @@ -8,7 +8,7 @@

Pod::Spec.new do |s|
s.name = "Mantis"
s.version = "2.9.0"
s.version = "2.9.1"
s.summary = "An iOS Image cropping library, which mimics the Photo App written in Swift and provides rich cropping interactions."

s.description = <<-DESC
Expand Down
4 changes: 2 additions & 2 deletions Mantis.xcodeproj/project.pbxproj
Expand Up @@ -1085,7 +1085,7 @@
"$(TOOLCHAIN_DIR)/usr/lib/swift/macosx",
);
MACOSX_DEPLOYMENT_TARGET = 10.15;
MARKETING_VERSION = 2.9.0;
MARKETING_VERSION = 2.9.1;
OTHER_CFLAGS = "$(inherited)";
OTHER_LDFLAGS = "$(inherited)";
OTHER_SWIFT_FLAGS = "$(inherited)";
Expand Down Expand Up @@ -1119,7 +1119,7 @@
"$(TOOLCHAIN_DIR)/usr/lib/swift/macosx",
);
MACOSX_DEPLOYMENT_TARGET = 10.15;
MARKETING_VERSION = 2.9.0;
MARKETING_VERSION = 2.9.1;
OTHER_CFLAGS = "$(inherited)";
OTHER_LDFLAGS = "$(inherited)";
OTHER_SWIFT_FLAGS = "$(inherited)";
Expand Down
4 changes: 2 additions & 2 deletions README.md
Expand Up @@ -39,7 +39,7 @@
<summary><strong>CocoaPods</strong></summary>

```ruby
pod 'Mantis', '~> 2.9.0'
pod 'Mantis', '~> 2.9.1'
```
</details>

Expand All @@ -55,7 +55,7 @@ github "guoyingtao/Mantis"
<summary><strong>Swift Packages</strong></summary>

* Respository: https://github.com/guoyingtao/Mantis.git
* Rules: Version - Exact - 2.9.0
* Rules: Version - Exact - 2.9.1

</details>

Expand Down

0 comments on commit fe92535

Please sign in to comment.