Skip to content

Commit

Permalink
chore: increment version
Browse files Browse the repository at this point in the history
  • Loading branch information
EETagent committed Oct 5, 2022
1 parent edf3b22 commit 51533b6
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<p align="center">
macOS GUI and share extension for 🦊 Send
<br />
<strong>Version: </strong>1.6.1
<strong>Version: </strong>1.7
<br />
<br />
<img src="https://img.shields.io/badge/macOS-10.13-green.svg">
Expand Down Expand Up @@ -66,7 +66,7 @@ https://user-images.githubusercontent.com/20557318/188600242-e33f74f3-62b9-4f1d-
## 📋 Requirments

- Xcode 12
- Rust 1.56.0 with both x64 and arm64 targets
- Rust 1.56.1 with both x64 and arm64 targets

## 🛠️ How to build

Expand Down
8 changes: 4 additions & 4 deletions Send.xcodeproj/project.pbxproj
Original file line number Diff line number Diff line change
Expand Up @@ -882,7 +882,7 @@
"@executable_path/../Frameworks",
);
MACOSX_DEPLOYMENT_TARGET = 10.13;
MARKETING_VERSION = 1.6;
MARKETING_VERSION = 1.7;
PRODUCT_BUNDLE_IDENTIFIER = com.github.EETagent.Send;
PRODUCT_NAME = "$(TARGET_NAME)";
SWIFT_EMIT_LOC_STRINGS = YES;
Expand Down Expand Up @@ -914,7 +914,7 @@
"@executable_path/../Frameworks",
);
MACOSX_DEPLOYMENT_TARGET = 10.13;
MARKETING_VERSION = 1.6;
MARKETING_VERSION = 1.7;
PRODUCT_BUNDLE_IDENTIFIER = com.github.EETagent.Send;
PRODUCT_NAME = "$(TARGET_NAME)";
SWIFT_EMIT_LOC_STRINGS = YES;
Expand All @@ -941,7 +941,7 @@
"@executable_path/../../../../Frameworks",
);
MACOSX_DEPLOYMENT_TARGET = 10.13;
MARKETING_VERSION = 1.6;
MARKETING_VERSION = 1.7;
PRODUCT_BUNDLE_IDENTIFIER = "com.github.EETagent.Send.Send-Share";
PRODUCT_NAME = "$(TARGET_NAME)";
SKIP_INSTALL = YES;
Expand All @@ -968,7 +968,7 @@
"@executable_path/../../../../Frameworks",
);
MACOSX_DEPLOYMENT_TARGET = 10.13;
MARKETING_VERSION = 1.6;
MARKETING_VERSION = 1.7;
PRODUCT_BUNDLE_IDENTIFIER = "com.github.EETagent.Send.Send-Share";
PRODUCT_NAME = "$(TARGET_NAME)";
SKIP_INSTALL = YES;
Expand Down

0 comments on commit 51533b6

Please sign in to comment.