Skip to content

Commit

Permalink
[FAB-14996] Release 2.0.0-alpha
Browse files Browse the repository at this point in the history
Change-Id: Ib0f8ff61b84ae5db8542d2348a721dd3fa7de61c
Signed-off-by: Bret Harrison <beharrison@nc.rr.com>
  • Loading branch information
harrisob committed Apr 9, 2019
1 parent a631b51 commit 68c72ec
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion fabric-contract-api/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "fabric-contract-api",
"version": "2.0.0-alpha",
"tag": "2.0.0-alpha",
"tag": "alpha",
"description": "A node.js implementation of Hyperledger Fabric chaincode shim, to allow endorsing peers and user-provided chaincodes to communicate with each other",
"main": "index.js",
"repository": {
Expand Down
2 changes: 1 addition & 1 deletion fabric-shim-crypto/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "fabric-shim-crypto",
"version": "2.0.0-alpha",
"tag": "2.0.0-alpha",
"tag": "alpha",
"description": "A node.js implementation of encryption library for Hyperledger Fabric chaincode shim",
"main": "index.js",
"repository": {
Expand Down
2 changes: 1 addition & 1 deletion fabric-shim/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "fabric-shim",
"version": "2.0.0-alpha",
"tag": "2.0.0-alpha",
"tag": "alpha",
"description": "A node.js implementation of Hyperledger Fabric chaincode shim, to allow endorsing peers and user-provided chaincodes to communicate with each other",
"main": "index.js",
"bin": {
Expand Down

0 comments on commit 68c72ec

Please sign in to comment.