Skip to content

Commit

Permalink
FABN-1577 return release-1.4 to snapshot (#252)
Browse files Browse the repository at this point in the history
set the version to 1.4.10-snaphot
set the tag to unstable-1.4

Signed-off-by: Bret Harrison <[email protected]>
  • Loading branch information
harrisob committed Jun 17, 2020
1 parent dd8c5b9 commit b5e5998
Show file tree
Hide file tree
Showing 5 changed files with 9 additions and 9 deletions.
4 changes: 2 additions & 2 deletions fabric-ca-client/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,8 @@
"hyperledger",
"blockchain"
],
"version": "1.4.9",
"tag": "latest",
"version": "1.4.10-snapshot",
"tag": "unstable-1.4",
"main": "index.js",
"scripts": {
"test": "nyc mocha --exclude 'test/data/**/*.js' --recursive -t 10000"
Expand Down
4 changes: 2 additions & 2 deletions fabric-client/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,8 @@
"hyperledger",
"blockchain"
],
"version": "1.4.9",
"tag": "latest",
"version": "1.4.10-snapshot",
"tag": "unstable-1.4",
"main": "index.js",
"scripts": {
"test": "nyc mocha --exclude 'test/data/**/*.js' --recursive -t 10000"
Expand Down
4 changes: 2 additions & 2 deletions fabric-common/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "fabric-common",
"version": "1.4.9",
"tag": "latest",
"version": "1.4.10-snapshot",
"tag": "unstable-1.4",
"description": "This package encapsulates the common code used by the `fabric-ca-client`, `fabric-client` packages.",
"keywords": [
"blockchain",
Expand Down
4 changes: 2 additions & 2 deletions fabric-network/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,8 @@
"hyperledger",
"blockchain"
],
"version": "1.4.9",
"tag": "latest",
"version": "1.4.10-snapshot",
"tag": "unstable-1.4",
"main": "index.js",
"repository": {
"type": "git",
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "fabric-sdk-node",
"version": "1.4.9",
"version": "1.4.10-snapshot",
"testFabricVersion": "1.4.6",
"testFabricThirdParty": "0.4.16",
"main": "index.js",
Expand Down

0 comments on commit b5e5998

Please sign in to comment.