diff --git a/CLAUDE.md b/CLAUDE.md index 802dedf..9324114 100644 --- a/CLAUDE.md +++ b/CLAUDE.md @@ -18,6 +18,11 @@ npm test # Run unit tests with Karma npm run lint # Run ESLint ``` +**Important:** After making any code changes, rebuild both extensions before testing: +```bash +npm run build:chrome && npm run build:firefox +``` + ## Architecture ### Monorepo Structure diff --git a/package.json b/package.json index 86e072d..a17d021 100644 --- a/package.json +++ b/package.json @@ -1,12 +1,12 @@ { "name": "plebeian-signer", - "version": "0.0.6", + "version": "0.0.7", "custom": { "chrome": { - "version": "0.0.6" + "version": "0.0.7" }, "firefox": { - "version": "0.0.6" + "version": "0.0.7" } }, "scripts": { diff --git a/projects/chrome/public/manifest.json b/projects/chrome/public/manifest.json index a167979..56f87ff 100644 --- a/projects/chrome/public/manifest.json +++ b/projects/chrome/public/manifest.json @@ -2,7 +2,7 @@ "manifest_version": 3, "name": "Plebeian Signer - Nostr Identity Manager & Signer", "description": "Manage and switch between multiple identities while interacting with Nostr apps", - "version": "0.0.6", + "version": "0.0.7", "homepage_url": "https://git.mleku.dev/mleku/plebeian-signer", "options_page": "options.html", "permissions": [ diff --git a/projects/chrome/src/app/components/home/identities/identities.component.html b/projects/chrome/src/app/components/home/identities/identities.component.html index 528c186..aae8b09 100644 --- a/projects/chrome/src/app/components/home/identities/identities.component.html +++ b/projects/chrome/src/app/components/home/identities/identities.component.html @@ -1,7 +1,7 @@
- Identities + Identities