Skip to content

Commit 57901dd

Browse files
Update version -> 1.1.1
1 parent 2852c5e commit 57901dd

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.0",
4+
"version": "1.1.1",
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.0",
4+
"version": "1.1.1",
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.0",
3+
"version": "1.1.1",
44
"description": "",
55
"main": "index.js",
66
"scripts": {

0 commit comments

Comments
 (0)