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 1f7e43d commit 5674f8d
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 5 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.3",
version: "6.0.4",
icons: {
16: "images/MinimalTwitterIcon16.png",
32: "images/MinimalTwitterIcon32.png",
Expand Down
Binary file modified bundle/chrome.zip
Binary file not shown.
Binary file modified bundle/firefox.zip
Binary file not shown.
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.3;
MARKETING_VERSION = 6.0.4;
OTHER_LDFLAGS = (
"-framework",
SafariServices,
Expand Down Expand Up @@ -545,7 +545,7 @@
"@executable_path/../../../../Frameworks",
);
MACOSX_DEPLOYMENT_TARGET = 10.14;
MARKETING_VERSION = 6.0.3;
MARKETING_VERSION = 6.0.4;
OTHER_LDFLAGS = (
"-framework",
SafariServices,
Expand Down Expand Up @@ -582,7 +582,7 @@
"@executable_path/../Frameworks",
);
MACOSX_DEPLOYMENT_TARGET = 10.14;
MARKETING_VERSION = 6.0.3;
MARKETING_VERSION = 6.0.4;
OTHER_LDFLAGS = (
"-framework",
SafariServices,
Expand Down Expand Up @@ -620,7 +620,7 @@
"@executable_path/../Frameworks",
);
MACOSX_DEPLOYMENT_TARGET = 10.14;
MARKETING_VERSION = 6.0.3;
MARKETING_VERSION = 6.0.4;
OTHER_LDFLAGS = (
"-framework",
SafariServices,
Expand Down

0 comments on commit 5674f8d

Please sign in to comment.