Skip to content

Commit

Permalink
⬆️ Bump version to rc.0
Browse files Browse the repository at this point in the history
  • Loading branch information
ManuGowda committed Sep 11, 2023
1 parent 7a85e69 commit 7ec1d6c
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion app/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "lisk-desktop",
"version": "3.0.0-beta.2",
"version": "3.0.0-rc.0",
"productName": "Lisk",
"description": "Lisk",
"main": "./build/main.js",
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "Lisk",
"version": "3.0.0-beta.2",
"version": "3.0.0-rc.0",
"author": "Lisk Foundation <admin@lisk.com>, lightcurve GmbH <admin@lightcurve.io>",
"license": "GPL-3.0",
"productName": "Lisk",
Expand Down
2 changes: 1 addition & 1 deletion src/modules/network/configuration/networks.js
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ const networks = {
label: 'Testnet',
serviceUrl: 'https://testnet-service.lisk.com',
wsServiceUrl: 'wss://testnet-service.lisk.com',
isAvailable: false,
isAvailable: true,
},
[networkKeys.customNode]: {
name: networkKeys.customNode,
Expand Down

0 comments on commit 7ec1d6c

Please sign in to comment.