Skip to content

Commit

Permalink
v4.3.3
Browse files Browse the repository at this point in the history
  • Loading branch information
snowypowers committed Jan 4, 2019
1 parent c7df3d9 commit 248f9b6
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 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.2",
"version": "4.3.3",
"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.2",
"version": "4.3.3",
"repository": {
"type": "git",
"url": "git+https://github.com/CityOfZion/neon-js.git"
Expand Down
4 changes: 2 additions & 2 deletions 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.2",
"version": "4.3.3",
"repository": {
"type": "git",
"url": "git+https://github.com/CityOfZion/neon-js.git"
Expand Down Expand Up @@ -30,7 +30,7 @@
"pretty": "prettier --write --loglevel=warn \"./{src,__{tests,integration}__}/**/*.ts\""
},
"dependencies": {
"@cityofzion/neon-api": "^4.3.2",
"@cityofzion/neon-api": "^4.3.3",
"@cityofzion/neon-core": "^4.3.2",
"@cityofzion/neon-nep5": "^4.3.2"
},
Expand Down

0 comments on commit 248f9b6

Please sign in to comment.