Skip to content

Commit 0aff75b

Browse files
janek26actions-user
authored andcommitted
Version Bump (Internal) - v1.5.175
1 parent ce8b6c5 commit 0aff75b

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "browser-extension",
33
"license": "GPL-3.0-only",
4-
"version": "1.5.174",
4+
"version": "1.5.175",
55
"scripts": {
66
"//enable dev mode": "",
77
"devmode:on": "sed -i'' -e 's/IS_DEV.*/IS_DEV=true/g' .env",

static/data/networks.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1418,7 +1418,7 @@
14181418
}
14191419
},
14201420
"testnet": false,
1421-
"internal": true,
1421+
"internal": false,
14221422
"opStack": false,
14231423
"defaultExplorer": {
14241424
"url": "https://lineascan.build",

static/manifest.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,7 @@
6868
"notifications"
6969
],
7070
"short_name": "Rainbow",
71-
"version": "1.5.174",
71+
"version": "1.5.175",
7272
"web_accessible_resources": [
7373
{
7474
"matches": [

0 commit comments

Comments
 (0)