Skip to content

Commit

Permalink
Bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
linuz90 committed Oct 30, 2023
1 parent fa06fb1 commit 6dbc9f3
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion bundle-extension.js
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ let manifest = {
name: "Minimal Theme for Twitter / X",
short_name: "Minimal Twitter",
description: "Refine and declutter the 𝕏/Twitter web experience.",
version: "6.0.2",
version: "6.0.3",
icons: {
16: "images/MinimalTwitterIcon16.png",
32: "images/MinimalTwitterIcon32.png",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -512,7 +512,7 @@
"@executable_path/../../../../Frameworks",
);
MACOSX_DEPLOYMENT_TARGET = 10.14;
MARKETING_VERSION = 6.0.2;
MARKETING_VERSION = 6.0.3;
OTHER_LDFLAGS = (
"-framework",
SafariServices,
Expand Down Expand Up @@ -545,7 +545,7 @@
"@executable_path/../../../../Frameworks",
);
MACOSX_DEPLOYMENT_TARGET = 10.14;
MARKETING_VERSION = 6.0.2;
MARKETING_VERSION = 6.0.3;
OTHER_LDFLAGS = (
"-framework",
SafariServices,
Expand All @@ -568,7 +568,7 @@
CODE_SIGN_ENTITLEMENTS = "macOS (App)/Minimal Twitter.entitlements";
"CODE_SIGN_IDENTITY[sdk=macosx*]" = "Apple Development";
CODE_SIGN_STYLE = Automatic;
CURRENT_PROJECT_VERSION = 10;
CURRENT_PROJECT_VERSION = 11;
DEVELOPMENT_TEAM = P9N9H4Q4HK;
ENABLE_HARDENED_RUNTIME = YES;
GENERATE_INFOPLIST_FILE = YES;
Expand All @@ -582,7 +582,7 @@
"@executable_path/../Frameworks",
);
MACOSX_DEPLOYMENT_TARGET = 10.14;
MARKETING_VERSION = 6.0.2;
MARKETING_VERSION = 6.0.3;
OTHER_LDFLAGS = (
"-framework",
SafariServices,
Expand All @@ -606,7 +606,7 @@
CODE_SIGN_ENTITLEMENTS = "macOS (App)/Minimal Twitter.entitlements";
"CODE_SIGN_IDENTITY[sdk=macosx*]" = "Apple Development";
CODE_SIGN_STYLE = Automatic;
CURRENT_PROJECT_VERSION = 10;
CURRENT_PROJECT_VERSION = 11;
DEVELOPMENT_TEAM = P9N9H4Q4HK;
ENABLE_HARDENED_RUNTIME = YES;
GENERATE_INFOPLIST_FILE = YES;
Expand All @@ -620,7 +620,7 @@
"@executable_path/../Frameworks",
);
MACOSX_DEPLOYMENT_TARGET = 10.14;
MARKETING_VERSION = 6.0.2;
MARKETING_VERSION = 6.0.3;
OTHER_LDFLAGS = (
"-framework",
SafariServices,
Expand Down

0 comments on commit 6dbc9f3

Please sign in to comment.