Skip to content

Commit

Permalink
fix: fix a code missing problem by bumping version
Browse files Browse the repository at this point in the history
  • Loading branch information
guoyingtao committed Oct 27, 2021
1 parent d1506e1 commit 1a65bec
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.7.2"
s.version = "1.7.3"
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 @@ -898,7 +898,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.7.2;
MARKETING_VERSION = 1.7.3;
OTHER_CFLAGS = "$(inherited)";
OTHER_LDFLAGS = "$(inherited)";
OTHER_SWIFT_FLAGS = "$(inherited)";
Expand Down Expand Up @@ -929,7 +929,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.7.2;
MARKETING_VERSION = 1.7.3;
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 @@ -32,7 +32,7 @@
<summary><strong>CocoaPods</strong></summary>

```ruby
pod 'Mantis', '~> 1.7.2'
pod 'Mantis', '~> 1.7.3'
```
</details>

Expand Down

0 comments on commit 1a65bec

Please sign in to comment.