Skip to content

Commit a5b0c7b

Browse files
committed
Bump version to 1.1.1
1 parent 701a625 commit a5b0c7b

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

extension/manifest.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": "LightSession for ChatGPT",
4-
"version": "1.1.0",
4+
"version": "1.1.1",
55
"description": "Keep ChatGPT fast by keeping only the last N messages in the DOM. Local-only.",
66
"icons": {
77
"16": "icons/icon-16.png",

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "light-session",
3-
"version": "1.1.0",
3+
"version": "1.1.1",
44
"description": "LightSession for ChatGPT - Firefox extension to optimize long conversation performance",
55
"scripts": {
66
"build": "node build.js",

0 commit comments

Comments
 (0)