Skip to content

Commit

Permalink
FABN-1517 Fix release-1.4 tags for 1.4.8 release (#179)
Browse files Browse the repository at this point in the history
Signed-off-by: heatherlp <[email protected]>
  • Loading branch information
heatherlp committed Mar 16, 2020
1 parent 36aa326 commit 1d46b06
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion fabric-ca-client/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
"blockchain"
],
"version": "1.4.8",
"tag": "unstable-1.4",
"tag": "latest",
"main": "index.js",
"scripts": {
"test": "nyc mocha --exclude 'test/data/**/*.js' --recursive -t 10000"
Expand Down
2 changes: 1 addition & 1 deletion fabric-client/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
"blockchain"
],
"version": "1.4.8",
"tag": "unstable-1.4",
"tag": "latest",
"main": "index.js",
"scripts": {
"test": "nyc mocha --exclude 'test/data/**/*.js' --recursive -t 10000"
Expand Down
2 changes: 1 addition & 1 deletion fabric-common/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "fabric-common",
"version": "1.4.8",
"tag": "unstable-1.4",
"tag": "latest",
"description": "This package encapsulates the common code used by the `fabric-ca-client`, `fabric-client` packages.",
"keywords": [
"blockchain",
Expand Down
2 changes: 1 addition & 1 deletion fabric-network/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
"blockchain"
],
"version": "1.4.8",
"tag": "unstable-1.4",
"tag": "latest",
"main": "index.js",
"repository": {
"type": "git",
Expand Down

0 comments on commit 1d46b06

Please sign in to comment.