Skip to content

Commit

Permalink
1.4.10 -> 1.4.11
Browse files Browse the repository at this point in the history
  • Loading branch information
guoyingtao committed Feb 23, 2021
1 parent dbc39cb commit ac4ceb1
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion Mantis.podspec
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@

Pod::Spec.new do |s|
s.name = "Mantis"
s.version = "1.4.10"
s.version = "1.4.11"
s.summary = "A swift photo cropping tool which mimics Photo.app"

s.description = <<-DESC
Expand Down
4 changes: 2 additions & 2 deletions Mantis.xcodeproj/project.pbxproj
Original file line number Diff line number Diff line change
Expand Up @@ -870,7 +870,7 @@
IPHONEOS_DEPLOYMENT_TARGET = 12.0;
LD_RUNPATH_SEARCH_PATHS = "$(inherited) $(TOOLCHAIN_DIR)/usr/lib/swift/macosx";
MACOSX_DEPLOYMENT_TARGET = 10.15;
MARKETING_VERSION = 1.4.10;
MARKETING_VERSION = 1.4.11;
OTHER_CFLAGS = "$(inherited)";
OTHER_LDFLAGS = "$(inherited)";
OTHER_SWIFT_FLAGS = "$(inherited)";
Expand Down Expand Up @@ -901,7 +901,7 @@
IPHONEOS_DEPLOYMENT_TARGET = 12.0;
LD_RUNPATH_SEARCH_PATHS = "$(inherited) $(TOOLCHAIN_DIR)/usr/lib/swift/macosx";
MACOSX_DEPLOYMENT_TARGET = 10.15;
MARKETING_VERSION = 1.4.10;
MARKETING_VERSION = 1.4.11;
OTHER_CFLAGS = "$(inherited)";
OTHER_LDFLAGS = "$(inherited)";
OTHER_SWIFT_FLAGS = "$(inherited)";
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ Thanks [Leo Dabus](https://stackoverflow.com/users/2303865/leo-dabus) for helpin
### CocoaPods

```ruby
pod 'Mantis', '~> 1.4.10'
pod 'Mantis', '~> 1.4.11'
```

### Carthage
Expand Down

0 comments on commit ac4ceb1

Please sign in to comment.