Skip to content

Commit

Permalink
chore: bumped version to 1.8.0
Browse files Browse the repository at this point in the history
  • Loading branch information
guoyingtao committed Nov 16, 2021
1 parent 98698ee commit 41a486d
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
4 changes: 2 additions & 2 deletions Mantis.podspec
Expand Up @@ -8,7 +8,7 @@

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

s.description = <<-DESC
Expand All @@ -22,7 +22,7 @@ Pod::Spec.new do |s|
s.platform = :ios
s.swift_version = "5.0"
s.ios.deployment_target = "11.0"
s.source = { :git => "https://github.com/guoyingtao/Mantis.git", :tag => "#{s.version}" }
s.source = { :git => "https://github.com/guoyingtao/Mantis.git", :tag => "v#{s.version}" }
s.source_files = "Sources/**/*.{h,swift}"
s.resource_bundles = {
"MantisResources" => ["Sources/**/*.lproj/*.strings"]
Expand Down
4 changes: 2 additions & 2 deletions Mantis.xcodeproj/project.pbxproj
Expand Up @@ -900,7 +900,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.5;
MARKETING_VERSION = 1.8.0;
OTHER_CFLAGS = "$(inherited)";
OTHER_LDFLAGS = "$(inherited)";
OTHER_SWIFT_FLAGS = "$(inherited)";
Expand Down Expand Up @@ -931,7 +931,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.5;
MARKETING_VERSION = 1.8.0;
OTHER_CFLAGS = "$(inherited)";
OTHER_LDFLAGS = "$(inherited)";
OTHER_SWIFT_FLAGS = "$(inherited)";
Expand Down
4 changes: 2 additions & 2 deletions README.md
Expand Up @@ -32,7 +32,7 @@
<summary><strong>CocoaPods</strong></summary>

```ruby
pod 'Mantis', '~> 1.7.5'
pod 'Mantis', '~> 1.8.0'
```
</details>

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

* Respository: https://github.com/guoyingtao/Mantis.git
* Rules: Version - Exact - 1.7.5
* Rules: Version - Exact - 1.8.0

</details>

Expand Down

0 comments on commit 41a486d

Please sign in to comment.