Skip to content

Commit c01c11e

Browse files
committed
chore(release): v1.6.2
Signed-off-by: Sandeep Nishad <[email protected]>
1 parent 58470bf commit c01c11e

File tree

60 files changed

+155
-155
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

60 files changed

+155
-155
lines changed

common/protos-go/VERSION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
1.6.1
1+
1.6.2
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
name=Interop Protos
22
group=com.weaver
3-
version=1.6.1
3+
version=1.6.2
44
kotlin.incremental=false

common/protos-js/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@hyperledger-labs/weaver-protos-js",
3-
"version": "1.6.1",
3+
"version": "1.6.2",
44
"description": "Interop protos for Node JS (Weaver)",
55
"main": "index.js",
66
"exports": {

common/protos-rs/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222
# Steps to Use
2323
1) Add following in `Cargo.toml`, as dependency:
2424
```
25-
weaver_protos_rs = "1.5.3"
25+
weaver_protos_rs = "1.6.2"
2626
```
2727
2) Now to import data structures, e.g. to import `Ack` data structure in `common/ack.proto`, use:
2828
```

common/protos-rs/pkg/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "weaver_protos_rs"
3-
version = "1.6.1"
3+
version = "1.6.2"
44
authors = ["Peter Somogyvari <[email protected]>", "Sandeep Nishad <[email protected]"]
55
edition = "2018"
66
license = "Apache-2.0"

core/drivers/corda-driver/VERSION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
1.6.1
1+
1.6.2

core/drivers/corda-driver/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ buildscript {
1010
ext.corda_version = "4.8.11"
1111
ext.corda_core_version = "4.8.11"
1212
ext.arrow_version = "0.10.4"
13-
ext.weaver_version = "1.6.1"
13+
ext.weaver_version = "1.6.2"
1414

1515
repositories {
1616
mavenCentral()
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
kotlin.code.style=official
22
name=corda-driver
33
group=com.weaver.corda.driver
4-
version=1.6.1
4+
version=1.6.2
55
kotlin.incremental=false

core/drivers/fabric-driver/VERSION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
1.6.1
1+
1.6.2

core/drivers/fabric-driver/package-local.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "fabric-driver",
3-
"version": "1.6.1",
3+
"version": "1.6.2",
44
"description": "",
55
"main": "out/server.js",
66
"scripts": {

0 commit comments

Comments
 (0)