Skip to content

Commit

Permalink
v4.4.0
Browse files Browse the repository at this point in the history
  • Loading branch information
snowypowers committed Apr 1, 2019
1 parent 7c5e5e6 commit 8280eeb
Show file tree
Hide file tree
Showing 7 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion lerna.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"packages": [
"packages/*"
],
"version": "4.3.3",
"version": "4.4.0",
"npmClient": "yarn",
"useWorkspaces": true,
"workspaces": [
Expand Down
2 changes: 1 addition & 1 deletion packages/neon-api/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@cityofzion/neon-api",
"description": "Neon-API module: High level API for neon-js",
"version": "4.3.3",
"version": "4.4.0",
"repository": {
"type": "git",
"url": "git+https://github.com/CityOfZion/neon-js.git"
Expand Down
2 changes: 1 addition & 1 deletion packages/neon-core/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@cityofzion/neon-core",
"description": "Neon-JS Core functionality",
"version": "4.3.2",
"version": "4.4.0",
"repository": {
"type": "git",
"url": "git+https://github.com/CityOfZion/neon-js.git"
Expand Down
2 changes: 1 addition & 1 deletion packages/neon-domain/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@cityofzion/neon-domain",
"description": "Neon-Domain Module",
"version": "4.3.2",
"version": "4.4.0",
"repository": {
"type": "git",
"url": "git+https://github.com/CityOfZion/neon-js.git"
Expand Down
2 changes: 1 addition & 1 deletion packages/neon-js/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@cityofzion/neon-js",
"description": "Neon-JS SDK for interacting with NEO blockchain",
"version": "4.3.3",
"version": "4.4.0",
"repository": {
"type": "git",
"url": "git+https://github.com/CityOfZion/neon-js.git"
Expand Down
2 changes: 1 addition & 1 deletion packages/neon-nep5/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@cityofzion/neon-nep5",
"description": "Neon-NEP5 Module",
"version": "4.3.2",
"version": "4.4.0",
"repository": {
"type": "git",
"url": "git+https://github.com/CityOfZion/neon-js.git"
Expand Down
2 changes: 1 addition & 1 deletion packages/neon-nep9/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@cityofzion/neon-nep9",
"description": "Neon-NEP9 Module",
"version": "4.3.2",
"version": "4.4.0",
"repository": {
"type": "git",
"url": "git+https://github.com/CityOfZion/neon-js.git"
Expand Down

0 comments on commit 8280eeb

Please sign in to comment.