Skip to content

Commit

Permalink
Rename Extension in manifest (#1087)
Browse files Browse the repository at this point in the history
* feat: update extension name in manifest.json

* feat: bump version
  • Loading branch information
jurevans authored Sep 10, 2024
1 parent bfc42c3 commit 02ff82b
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion apps/extension/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@namada/extension",
"version": "0.3.1",
"version": "0.3.2",
"description": "Namada Browser Extension",
"repository": "https://github.com/anoma/namada-interface/",
"author": "Heliax Dev <[email protected]>",
Expand Down
4 changes: 2 additions & 2 deletions apps/extension/src/manifest/_base.json
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
{
"name": "Namada Extension",
"description": "The Namada Extension manages a user's wallet for the Namada ecosystem."
"name": "Namada Keychain",
"description": "The Namada Keychain manages a user's wallet for the Namada ecosystem."
}

0 comments on commit 02ff82b

Please sign in to comment.