We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 701a625 commit a5b0c7bCopy full SHA for a5b0c7b
extension/manifest.json
@@ -1,7 +1,7 @@
1
{
2
"manifest_version": 3,
3
"name": "LightSession for ChatGPT",
4
- "version": "1.1.0",
+ "version": "1.1.1",
5
"description": "Keep ChatGPT fast by keeping only the last N messages in the DOM. Local-only.",
6
"icons": {
7
"16": "icons/icon-16.png",
package.json
@@ -1,6 +1,6 @@
"name": "light-session",
"description": "LightSession for ChatGPT - Firefox extension to optimize long conversation performance",
"scripts": {
"build": "node build.js",
0 commit comments