Skip to content

Commit 0dfd40b

Browse files
committed
1.30.0
1 parent 34271b2 commit 0dfd40b

File tree

4 files changed

+5
-5
lines changed

4 files changed

+5
-5
lines changed

package-lock.json

Lines changed: 2 additions & 2 deletions
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": "zerion-wallet",
3-
"version": "1.29.0",
3+
"version": "1.30.0",
44
"description": "A web3 wallet extension",
55
"scripts": {
66
"prestart": "node scripts/verifyDotEnv.cjs",

src/manifest-chrome.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"manifest_version": 3,
33
"name": "__MSG_appName__",
44
"short_name": "__MSG_appName__",
5-
"version": "1.29.0",
5+
"version": "1.30.0",
66
"default_locale": "en",
77
"description": "__MSG_appDescription__",
88
"icons": {

src/manifest-firefox.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"manifest_version": 3,
33
"name": "__MSG_appName__",
44
"short_name": "__MSG_appName__",
5-
"version": "1.29.0",
5+
"version": "1.30.0",
66
"default_locale": "en",
77
"description": "__MSG_appDescription__",
88
"icons": {

0 commit comments

Comments
 (0)