diff --git a/manifest.json b/manifest.json index 76edcbc..fcd5520 100644 --- a/manifest.json +++ b/manifest.json @@ -2,7 +2,7 @@ "manifest_version": 3, "minimum_chrome_version": "138", "name": "OpenScript", - "version": "1.0.1", + "version": "1.0.2", "description": "A lightweight user script manager for modern browsers", "action": { "default_popup": "src/popup.html", diff --git a/package-lock.json b/package-lock.json index 18c6ae2..4c567e3 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "openscript", - "version": "1.0.1", + "version": "1.0.2", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "openscript", - "version": "1.0.1", + "version": "1.0.2", "dependencies": { "lucide": "^0.475.0" }, diff --git a/package.json b/package.json index 6275eee..1782eef 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "openscript", - "version": "1.0.1", + "version": "1.0.2", "private": true, "type": "module", "scripts": { diff --git a/src/popup.js b/src/popup.js index f37ab83..80f8665 100644 --- a/src/popup.js +++ b/src/popup.js @@ -4,6 +4,7 @@ import { import { parseMeta, getBoilerplate } from './utils/parser.js'; import { isUserScriptsAvailable } from './utils/userScripts.js'; import { renderIcons, icon } from './utils/icons.js'; +import { VERSION } from './version.js'; // Application State const state = { @@ -137,7 +138,7 @@ const renderHeader = () => ` OpenScript - 1.0 + ${VERSION}