Skip to content

Commit

Permalink
chore: updated version number
Browse files Browse the repository at this point in the history
  • Loading branch information
tombonez committed Jul 8, 2024
1 parent 45bcf96 commit 649848f
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ brew install --cask notunes

### Direct Download

[noTunes-3.4.zip](https://github.com/tombonez/noTunes/releases/download/v3.4/noTunes-3.4.zip)
[noTunes-3.5.zip](https://github.com/tombonez/noTunes/releases/download/v3.5/noTunes-3.5.zip)

## Usage

Expand Down Expand Up @@ -59,7 +59,7 @@ Left click the menu bar icon to toggle between its active states.

### Hide Menu Bar Icon

Right click the menu bar icon and click `Hide Icon`.
Right click or control-click the menu bar icon and click `Hide Icon`.

### Restore Menu Bar Icon

Expand All @@ -75,7 +75,7 @@ To quit the app either:

**With menu bar icon visible**

Right click the menu bar icon and click quit.
Right click or control-click the menu bar icon and click quit.

**With menu bar icon hidden**

Expand Down
6 changes: 3 additions & 3 deletions noTunes.xcodeproj/project.pbxproj
Original file line number Diff line number Diff line change
Expand Up @@ -99,7 +99,7 @@
attributes = {
BuildIndependentTargetsInParallel = YES;
LastSwiftUpdateCheck = 0820;
LastUpgradeCheck = 1500;
LastUpgradeCheck = 1540;
ORGANIZATIONNAME = "Twisted Digital Ltd.";
TargetAttributes = {
E29B3C6E1E1D97CF00CB67E3 = {
Expand Down Expand Up @@ -292,7 +292,7 @@
"@executable_path/../Frameworks",
);
MACOSX_DEPLOYMENT_TARGET = "$(RECOMMENDED_MACOSX_DEPLOYMENT_TARGET)";
MARKETING_VERSION = 3.4;
MARKETING_VERSION = 3.5;
PRODUCT_BUNDLE_IDENTIFIER = digital.twisted.noTunes;
PRODUCT_NAME = "$(TARGET_NAME)";
PROVISIONING_PROFILE_SPECIFIER = "";
Expand All @@ -317,7 +317,7 @@
"@executable_path/../Frameworks",
);
MACOSX_DEPLOYMENT_TARGET = "$(RECOMMENDED_MACOSX_DEPLOYMENT_TARGET)";
MARKETING_VERSION = 3.4;
MARKETING_VERSION = 3.5;
PRODUCT_BUNDLE_IDENTIFIER = digital.twisted.noTunes;
PRODUCT_NAME = "$(TARGET_NAME)";
PROVISIONING_PROFILE_SPECIFIER = "";
Expand Down

0 comments on commit 649848f

Please sign in to comment.