Skip to content

Commit 471fb2f

Browse files
Update version 1.1.1 -> 1.2.0
1 parent 6479259 commit 471fb2f

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

manifest.chrome.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"manifest_version": 3,
33
"name": "prompster",
4-
"version": "1.1.1",
4+
"version": "1.2.0",
55
"description": "Slash Commands for ChatGPT",
66
"icons": {
77
"16": "icons/icon16.png",

manifest.firefox.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"manifest_version": 2,
33
"name": "prompster",
4-
"version": "1.1.1",
4+
"version": "1.2.0",
55
"description": "Slash Commands for ChatGPT",
66
"icons": {
77
"16": "icons/icon16.png",

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "extension",
3-
"version": "1.1.1",
3+
"version": "1.2.0",
44
"description": "",
55
"main": "index.js",
66
"scripts": {

0 commit comments

Comments
 (0)