Skip to content
This repository has been archived by the owner on Feb 17, 2021. It is now read-only.

Commit

Permalink
v0.0.2-2
Browse files Browse the repository at this point in the history
  • Loading branch information
Orie Steele committed Jul 8, 2019
1 parent f1769a3 commit a9c6a3f
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion lerna.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,6 @@
"packages": [
"packages/*"
],
"version": "0.0.2-1",
"version": "0.0.2-2",
"lerna": "2.11.0"
}
4 changes: 2 additions & 2 deletions packages/element-api/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@transmute/element-api",
"version": "0.0.2-1",
"version": "0.0.2-2",
"description": "Node.js REST API For Element / Sidetree Ethereum",
"author": "Orie Steele",
"license": "Apache-2.0",
Expand All @@ -20,7 +20,7 @@
},
"dependencies": {
"@google-cloud/logging-winston": "^0.10.2",
"@transmute/element-lib": "^0.0.2-1",
"@transmute/element-lib": "^0.0.2-2",
"base64url": "^3.0.1",
"cors": "^2.8.5",
"express": "^4.16.4",
Expand Down
4 changes: 2 additions & 2 deletions packages/element-app/package.json
Original file line number Diff line number Diff line change
@@ -1,14 +1,14 @@
{
"name": "@transmute/element-app",
"version": "0.0.2-1",
"version": "0.0.2-2",
"private": true,
"homepage": "https://element-did.com",
"license": "Apache-2.0",
"dependencies": {
"@material-ui/core": "^3.9.3",
"@material-ui/icons": "^3.0.2",
"@transmute/did-wallet": "0.0.0-3",
"@transmute/element-lib": "^0.0.2-1",
"@transmute/element-lib": "^0.0.2-2",
"axios": "^0.18.0",
"base64url": "^3.0.1",
"classnames": "^2.2.6",
Expand Down
2 changes: 1 addition & 1 deletion packages/element-lib/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@transmute/element-lib",
"version": "0.0.2-1",
"version": "0.0.2-2",
"description": "Experimental Sidetree Protocol based DID Method `elem` with Ethereum and IPFS",
"main": "index.js",
"repository": {
Expand Down

0 comments on commit a9c6a3f

Please sign in to comment.