Skip to content

Commit

Permalink
Bump version to 1.12.1
Browse files Browse the repository at this point in the history
  • Loading branch information
Moustachauve committed Sep 23, 2023
1 parent 202b2d7 commit 159442d
Show file tree
Hide file tree
Showing 5 changed files with 13 additions and 13 deletions.
2 changes: 1 addition & 1 deletion manifest.chrome.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"manifest_version": 3,
"name": "Cookie-Editor",
"version": "1.12.0",
"version": "1.12.1",
"author": "Moustachauve",
"description": "Simple yet powerful Cookie Editor that allow you to quickly create, edit and delete cookies without leaving your tab.",
"offline_enabled": true,
Expand Down
2 changes: 1 addition & 1 deletion manifest.firefox.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"manifest_version": 3,
"name": "Cookie-Editor",
"version": "1.12.0",
"version": "1.12.1",
"author": "Moustachauve",
"description": "Simple yet powerful Cookie Editor that allow you to quickly create, edit and delete cookies without leaving your tab.",
"background": {
Expand Down
2 changes: 1 addition & 1 deletion manifest.safari.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"manifest_version": 3,
"name": "Cookie-Editor",
"version": "1.12.0",
"version": "1.12.1",
"author": "Moustachauve",
"description": "Simple powerful Cookie Editor that allow you to quickly create, edit and delete cookies without leaving your tab",
"offline_enabled": true,
Expand Down
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

16 changes: 8 additions & 8 deletions safari/Cookie-Editor/Cookie-Editor.xcodeproj/project.pbxproj
Original file line number Diff line number Diff line change
Expand Up @@ -709,7 +709,7 @@
"@executable_path/Frameworks",
"@executable_path/../../Frameworks",
);
MARKETING_VERSION = 1.12.0;
MARKETING_VERSION = 1.12.1;
OTHER_LDFLAGS = (
"-framework",
SafariServices,
Expand Down Expand Up @@ -740,7 +740,7 @@
"@executable_path/Frameworks",
"@executable_path/../../Frameworks",
);
MARKETING_VERSION = 1.12.0;
MARKETING_VERSION = 1.12.1;
OTHER_LDFLAGS = (
"-framework",
SafariServices,
Expand Down Expand Up @@ -778,7 +778,7 @@
"$(inherited)",
"@executable_path/Frameworks",
);
MARKETING_VERSION = 1.12.0;
MARKETING_VERSION = 1.12.1;
OTHER_LDFLAGS = (
"-framework",
SafariServices,
Expand Down Expand Up @@ -816,7 +816,7 @@
"$(inherited)",
"@executable_path/Frameworks",
);
MARKETING_VERSION = 1.12.0;
MARKETING_VERSION = 1.12.1;
OTHER_LDFLAGS = (
"-framework",
SafariServices,
Expand Down Expand Up @@ -851,7 +851,7 @@
"@executable_path/../../../../Frameworks",
);
MACOSX_DEPLOYMENT_TARGET = 10.14;
MARKETING_VERSION = 1.12.0;
MARKETING_VERSION = 1.12.1;
OTHER_LDFLAGS = (
"-framework",
SafariServices,
Expand Down Expand Up @@ -883,7 +883,7 @@
"@executable_path/../../../../Frameworks",
);
MACOSX_DEPLOYMENT_TARGET = 10.14;
MARKETING_VERSION = 1.12.0;
MARKETING_VERSION = 1.12.1;
OTHER_LDFLAGS = (
"-framework",
SafariServices,
Expand Down Expand Up @@ -918,7 +918,7 @@
"@executable_path/../Frameworks",
);
MACOSX_DEPLOYMENT_TARGET = 10.14;
MARKETING_VERSION = 1.12.0;
MARKETING_VERSION = 1.12.1;
OTHER_LDFLAGS = (
"-framework",
SafariServices,
Expand Down Expand Up @@ -954,7 +954,7 @@
"@executable_path/../Frameworks",
);
MACOSX_DEPLOYMENT_TARGET = 10.14;
MARKETING_VERSION = 1.12.0;
MARKETING_VERSION = 1.12.1;
OTHER_LDFLAGS = (
"-framework",
SafariServices,
Expand Down

0 comments on commit 159442d

Please sign in to comment.