Skip to content

Commit

Permalink
v0.1.2
Browse files Browse the repository at this point in the history
  • Loading branch information
ohager committed May 25, 2019
1 parent 7b4c341 commit 9faca33
Show file tree
Hide file tree
Showing 5 changed files with 8 additions and 8 deletions.
2 changes: 1 addition & 1 deletion lib/lerna.json
Expand Up @@ -2,5 +2,5 @@
"packages": [
"packages/*"
],
"version": "0.1.1"
"version": "0.1.2"
}
8 changes: 4 additions & 4 deletions lib/packages/core/package.json
@@ -1,6 +1,6 @@
{
"name": "@burstjs/core",
"version": "0.1.1",
"version": "0.1.2",
"description": "Burst-related functions and models for building Burstcoin applications.",
"contributors": [
"ohager",
Expand Down Expand Up @@ -41,9 +41,9 @@
"readme": "jsdoc2md --files ./src/api/**/*.ts ./src/*.ts --template ./README.md.hbs --configure ../../jsdoc2md.json > ./README.md"
},
"dependencies": {
"@burstjs/crypto": "^0.1.1",
"@burstjs/http": "^0.1.1",
"@burstjs/util": "^0.1.1"
"@burstjs/crypto": "^0.1.2",
"@burstjs/http": "^0.1.2",
"@burstjs/util": "^0.1.2"
},
"husky": {
"hooks": {
Expand Down
2 changes: 1 addition & 1 deletion lib/packages/crypto/package.json
@@ -1,6 +1,6 @@
{
"name": "@burstjs/crypto",
"version": "0.1.1",
"version": "0.1.2",
"description": "Cryptographic functions for building Burstcoin apps.",
"contributors": [
"ohager",
Expand Down
2 changes: 1 addition & 1 deletion lib/packages/http/package.json
@@ -1,6 +1,6 @@
{
"name": "@burstjs/http",
"version": "0.1.1",
"version": "0.1.2",
"description": "Send commands to BURST over HTTP",
"contributors": [
"ohager",
Expand Down
2 changes: 1 addition & 1 deletion lib/packages/util/package.json
@@ -1,6 +1,6 @@
{
"name": "@burstjs/util",
"version": "0.1.1",
"version": "0.1.2",
"description": "Useful utilities and tools for building Burstcoin applications",
"keywords": [
"burst",
Expand Down

0 comments on commit 9faca33

Please sign in to comment.