Skip to content

Commit

Permalink
FAB-8893 NodeSDK - prepare for v1.2.0
Browse files Browse the repository at this point in the history
set the package versions to 1.2.0-snapshot

Change-Id: Ic47ec549e89c0caef58760f056539099eef9e014
Signed-off-by: Bret Harrison <[email protected]>
  • Loading branch information
harrisob committed Mar 16, 2018
1 parent 46fc443 commit c1c04b7
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion fabric-ca-client/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "fabric-ca-client",
"version": "1.1.0",
"version": "1.2.0-snapshot",
"main": "index.js",
"repository": {
"type": "gerrit",
Expand Down
2 changes: 1 addition & 1 deletion fabric-client/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "fabric-client",
"version": "1.1.0",
"version": "1.2.0-snapshot",
"thirdparty": "0.4.6",
"main": "index.js",
"repository": {
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.1.0",
"version": "1.2.0-snapshot",
"main": "index.js",
"repository": {
"type": "gerrit",
Expand Down
2 changes: 1 addition & 1 deletion test/fixtures/src/node_cc/example_cc/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,6 @@
"author": "",
"license": "ISC",
"dependencies": {
"fabric-shim": "~1.1.0"
"fabric-shim": "unstable"
}
}
2 changes: 1 addition & 1 deletion test/fixtures/src/node_cc/example_cc1/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,6 @@
"author": "",
"license": "ISC",
"dependencies": {
"fabric-shim": "~1.1.0"
"fabric-shim": "unstable"
}
}

0 comments on commit c1c04b7

Please sign in to comment.