From 68c72ec0fd0f1e516adc4dd7f34fe3480416eeaa Mon Sep 17 00:00:00 2001 From: Bret Harrison Date: Mon, 8 Apr 2019 21:17:34 -0400 Subject: [PATCH] [FAB-14996] Release 2.0.0-alpha Change-Id: Ib0f8ff61b84ae5db8542d2348a721dd3fa7de61c Signed-off-by: Bret Harrison --- fabric-contract-api/package.json | 2 +- fabric-shim-crypto/package.json | 2 +- fabric-shim/package.json | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/fabric-contract-api/package.json b/fabric-contract-api/package.json index 634a4cd3..68431ee7 100644 --- a/fabric-contract-api/package.json +++ b/fabric-contract-api/package.json @@ -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": { diff --git a/fabric-shim-crypto/package.json b/fabric-shim-crypto/package.json index 6121f9d5..baabcdb7 100644 --- a/fabric-shim-crypto/package.json +++ b/fabric-shim-crypto/package.json @@ -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": { diff --git a/fabric-shim/package.json b/fabric-shim/package.json index c50a3a3f..f2697af2 100644 --- a/fabric-shim/package.json +++ b/fabric-shim/package.json @@ -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": {