Skip to content

Commit

Permalink
Prepare for release v1.2.0
Browse files Browse the repository at this point in the history
FAB-11007

Change-Id: I3f1f6e64829cd51c252768b399558b3a4d37083a
Signed-off-by: Christopher Ferris <chrisfer@us.ibm.com>
  • Loading branch information
christo4ferris committed Jul 6, 2018
1 parent 65675e4 commit 0087554
Show file tree
Hide file tree
Showing 5 changed files with 2,266 additions and 2,264 deletions.
2 changes: 1 addition & 1 deletion build/tasks/test.js
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ let thirparty_release = require(path.join(__dirname, '../../fabric-client/packag
// this is a release build, need to build the proper docker image tag
// to run the tests against the corresponding fabric released docker images
if (arch.indexOf('x64') === 0) {
docker_arch = ':x86_64';
docker_arch = ':amd64';
} else if (arch.indexOf('s390') === 0) {
docker_arch = ':s390x';
} else if (arch.indexOf('ppc64') === 0) {
Expand Down
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.2.0-snapshot",
"version": "1.2.0",
"main": "index.js",
"repository": {
"type": "github (read mirror)",
Expand Down
4 changes: 2 additions & 2 deletions fabric-client/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "fabric-client",
"version": "1.2.0-snapshot",
"thirdparty": "0.4.6",
"version": "1.2.0",
"thirdparty": "0.4.10",
"main": "index.js",
"repository": {
"type": "github (read mirror)",
Expand Down
Loading

0 comments on commit 0087554

Please sign in to comment.