diff --git a/manifest.json b/manifest.json index 88c4f74..1fe3bce 100644 --- a/manifest.json +++ b/manifest.json @@ -1,7 +1,7 @@ { "manifest_version": 3, "name": "SectorScope", - "version": "0.1.0", + "version": "1.0.0", "description": "Augments Fidelity portfolio pages with a native-looking Sector exposure card. Recommendation-only. All data stays local.", "permissions": ["storage"], "host_permissions": [ diff --git a/package-lock.json b/package-lock.json index 9200ba9..6ccb1b3 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "sector-scope", - "version": "0.1.0", + "version": "1.0.0", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "sector-scope", - "version": "0.1.0", + "version": "1.0.0", "dependencies": { "react": "^19.0.0", "react-dom": "^19.0.0" diff --git a/package.json b/package.json index 402e207..3c40af3 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "sector-scope", - "version": "0.1.0", + "version": "1.0.0", "private": true, "type": "module", "scripts": {