Skip to content
This repository has been archived by the owner on Jun 11, 2024. It is now read-only.

Commit

Permalink
Bump Version (Alpha)
Browse files Browse the repository at this point in the history
  • Loading branch information
MaciejBaj committed May 16, 2019
1 parent dd5b8ee commit 0312196
Show file tree
Hide file tree
Showing 8 changed files with 4,048 additions and 15,316 deletions.
2 changes: 1 addition & 1 deletion commander/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -103,7 +103,7 @@
"@liskhq/lisk-constants": "1.2.0",
"@liskhq/lisk-cryptography": "2.1.0-alpha.1",
"@liskhq/lisk-passphrase": "2.0.0",
"@liskhq/lisk-transactions": "2.1.0-alpha.10",
"@liskhq/lisk-transactions": "2.1.0-alpha.11",
"@oclif/command": "1.5.6",
"@oclif/config": "1.9.0",
"@oclif/errors": "1.2.2",
Expand Down
2 changes: 1 addition & 1 deletion elements/lisk-client/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@
"@liskhq/lisk-constants": "1.2.0",
"@liskhq/lisk-cryptography": "2.1.0-alpha.1",
"@liskhq/lisk-passphrase": "2.0.0",
"@liskhq/lisk-transactions": "2.1.0-alpha.10",
"@liskhq/lisk-transactions": "2.1.0-alpha.11",
"@types/node": "10.12.21"
},
"devDependencies": {
Expand Down
4 changes: 2 additions & 2 deletions elements/lisk-elements/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "lisk-elements",
"version": "2.1.0-alpha.2",
"version": "2.1.0-alpha.3",
"description": "Elements for building blockchain applications in the Lisk network",
"author": "Lisk Foundation <admin@lisk.io>, lightcurve GmbH <admin@lightcurve.io>",
"license": "GPL-3.0",
Expand Down Expand Up @@ -63,7 +63,7 @@
"@liskhq/lisk-constants": "1.2.0",
"@liskhq/lisk-cryptography": "2.1.0-alpha.1",
"@liskhq/lisk-passphrase": "2.0.0",
"@liskhq/lisk-transactions": "2.1.0-alpha.10",
"@liskhq/lisk-transactions": "2.1.0-alpha.11",
"@types/node": "10.12.21"
},
"devDependencies": {
Expand Down
2 changes: 1 addition & 1 deletion elements/lisk-transactions/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@liskhq/lisk-transactions",
"version": "2.1.0-alpha.10",
"version": "2.1.0-alpha.11",
"description": "Everything related to transactions according to the Lisk protocol",
"author": "Lisk Foundation <admin@lisk.io>, lightcurve GmbH <admin@lightcurve.io>",
"license": "GPL-3.0",
Expand Down
2 changes: 1 addition & 1 deletion framework/package-lock.json

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

4 changes: 2 additions & 2 deletions framework/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "lisk-framework",
"version": "0.1.0-alpha.6",
"version": "0.1.0-alpha.7",
"description": "Lisk blockchain application platform",
"author": "Lisk Foundation <admin@lisk.io>, lightcurve GmbH <admin@lightcurve.io>",
"license": "GPL-3.0",
Expand Down Expand Up @@ -51,7 +51,7 @@
"@liskhq/lisk-cryptography": "2.1.0-alpha.1",
"@liskhq/lisk-p2p": "0.1.0-alpha.9",
"@liskhq/lisk-transaction-pool": "0.1.0-alpha.2",
"@liskhq/lisk-transactions": "2.1.0-alpha.10",
"@liskhq/lisk-transactions": "2.1.0-alpha.11",
"ajv": "6.7.0",
"async": "2.6.1",
"bignumber.js": "8.0.2",
Expand Down
Loading

0 comments on commit 0312196

Please sign in to comment.