Skip to content

Commit

Permalink
Merge pull request #214 from scottdonaldau/devnet
Browse files Browse the repository at this point in the history
Releasing v0.4.0 with Desktop Clients
  • Loading branch information
scottdonaldau authored Jun 14, 2018
2 parents 3798723 + 2cb5752 commit 45adfa3
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion .electrify/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion .electrify/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "QRLWallet",
"productName": "QRLWallet",
"projectName": "qrl-wallet",
"version": "0.3.2",
"version": "0.4.0",
"main": "index.js",
"dependencies": {
"electrify-qrl": "0.0.1",
Expand Down
2 changes: 1 addition & 1 deletion imports/startup/both/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ import './nodes.js'
SHOR_PER_QUANTA=1000000000

// qrl-wallet Version
WALLET_VERSION="0.3.2"
WALLET_VERSION="0.4.0"

// Function to cleanly represent large decimal numbers without exponentional formatting.
numberToString = (num) => {
Expand Down
2 changes: 1 addition & 1 deletion package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "qrl-wallet",
"version": "0.3.2",
"version": "0.4.0",
"description": "QRL Wallet",
"main": "index.js",
"dependencies": {
Expand Down

0 comments on commit 45adfa3

Please sign in to comment.