Skip to content

Commit

Permalink
release 3.2.7
Browse files Browse the repository at this point in the history
  • Loading branch information
qunash committed Apr 21, 2023
1 parent a2194b1 commit ed12d17
Show file tree
Hide file tree
Showing 5 changed files with 3 additions and 3 deletions.
Binary file not shown.
Binary file not shown.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"private": true,
"name": "webchatgpt",
"version": "3.2.6",
"version": "3.2.7",
"license": "MIT",
"scripts": {
"build-dev": "node build.mjs",
Expand Down
2 changes: 1 addition & 1 deletion src/manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"name": "__MSG_appName__",
"description": "__MSG_appDesc__",
"default_locale": "en",
"version": "3.2.6",
"version": "3.2.7",
"icons": {
"16": "icons/icon16.png",
"48": "icons/icon48.png",
Expand Down
2 changes: 1 addition & 1 deletion src/manifest.v2.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"name": "__MSG_appName__",
"description": "__MSG_appDesc__",
"default_locale": "en",
"version": "3.2.6",
"version": "3.2.7",
"icons": {
"16": "icons/icon16.png",
"48": "icons/icon48.png",
Expand Down

0 comments on commit ed12d17

Please sign in to comment.