Browse Source

Bump version v3.0.1

pull/101/head v3.0.1
AlphaX-Projects 2 years ago
parent
commit
6888db2f18
  1. 2
      README.md
  2. 2
      package.json

2
README.md

@ -29,7 +29,7 @@ Easiest way to install the lastest required packages on Linux is via nvm.
``` nvm ls-remote ``` (Fetch list of available versions) <br/> ``` nvm ls-remote ``` (Fetch list of available versions) <br/>
``` nvm install v16.17.1 ``` (LTS: Gallium supported by Electron) <br/> ``` nvm install v16.17.1 ``` (LTS: Gallium supported by Electron) <br/>
``` npm --location=global install [email protected] ``` <br/> ``` npm --location=global install [email protected] ``` <br/>
``` npm --location=global install [email protected].0 ``` <br/> ``` npm --location=global install [email protected].1 ``` <br/>
On BSD do a ``` pkg_add node followed by npm install -g yarn ``` On BSD do a ``` pkg_add node followed by npm install -g yarn ```

2
package.json

@ -1,6 +1,6 @@
{ {
"name": "qortal-ui", "name": "qortal-ui",
"version": "3.0.0", "version": "3.0.1",
"description": "Qortal Project - decentralize the world - Data storage, communications, web hosting, decentralized trading, complete infrastructure for the future blockchain-based Internet", "description": "Qortal Project - decentralize the world - Data storage, communications, web hosting, decentralized trading, complete infrastructure for the future blockchain-based Internet",
"keywords": [ "keywords": [
"QORT", "QORT",

Loading…
Cancel
Save