Skip to content

Commit abf3a61

Browse files
committed
Bump version to 1.6.3
1 parent 1e05855 commit abf3a61

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

extension/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": "LightSession Pro for ChatGPT",
4-
"version": "1.6.2",
4+
"version": "1.6.3",
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",

extension/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": 3,
33
"name": "LightSession Pro for ChatGPT",
4-
"version": "1.6.2",
4+
"version": "1.6.3",
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-lock.json

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

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.6.2",
3+
"version": "1.6.3",
44
"type": "module",
55
"description": "LightSession Pro - Browser extension to optimize ChatGPT performance",
66
"engines": {

0 commit comments

Comments
 (0)