Skip to content

Commit e219e19

Browse files
Change to snapshot versions post publish of v2.1.2 (#269)
Signed-off-by: Mark S. Lewis <[email protected]>
1 parent 43e0c13 commit e219e19

File tree

5 files changed

+6
-6
lines changed

5 files changed

+6
-6
lines changed

fabric-ca-client/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
"hyperledger",
66
"blockchain"
77
],
8-
"version": "2.1.2",
8+
"version": "2.1.3-snapshot",
99
"main": "index.js",
1010
"scripts": {
1111
"test": "nyc mocha --recursive -t 10000"

fabric-common/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "fabric-common",
3-
"version": "2.1.2",
3+
"version": "2.1.3-snapshot",
44
"description": "This package encapsulates the common code used by the `fabric-ca-client`, `fabric-network` packages.",
55
"keywords": [
66
"blockchain",

fabric-network/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
"hyperledger",
66
"blockchain"
77
],
8-
"version": "2.1.2",
8+
"version": "2.1.3-snapshot",
99
"main": "index.js",
1010
"repository": {
1111
"type": "git",

fabric-protos/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "fabric-protos",
3-
"version": "2.1.2-snapshot",
3+
"version": "2.1.3-snapshot",
44
"description": "Protocol Buffer files and generated JavaScript classes for Hyperledger Fabric",
55
"main": "index.js",
66
"scripts": {

package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "fabric-sdk-node",
3-
"version": "2.1.2",
4-
"tag": "latest-2.1",
3+
"version": "2.1.3-snapshot",
4+
"tag": "unstable",
55
"main": "index.js",
66
"private": true,
77
"repository": {

0 commit comments

Comments
 (0)