Skip to content

Commit ed12d17

Browse files
committed
release 3.2.7
1 parent a2194b1 commit ed12d17

File tree

5 files changed

+3
-3
lines changed

5 files changed

+3
-3
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"private": true,
33
"name": "webchatgpt",
4-
"version": "3.2.6",
4+
"version": "3.2.7",
55
"license": "MIT",
66
"scripts": {
77
"build-dev": "node build.mjs",

src/manifest.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
"name": "__MSG_appName__",
44
"description": "__MSG_appDesc__",
55
"default_locale": "en",
6-
"version": "3.2.6",
6+
"version": "3.2.7",
77
"icons": {
88
"16": "icons/icon16.png",
99
"48": "icons/icon48.png",

src/manifest.v2.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
"name": "__MSG_appName__",
44
"description": "__MSG_appDesc__",
55
"default_locale": "en",
6-
"version": "3.2.6",
6+
"version": "3.2.7",
77
"icons": {
88
"16": "icons/icon16.png",
99
"48": "icons/icon48.png",

0 commit comments

Comments
 (0)