Skip to content

Commit ebf98ef

Browse files
authored
Release v0.3.6 commit (#249)
Signed-off-by: David Enyeart <enyeart@us.ibm.com>
1 parent 7d5570d commit ebf98ef

File tree

4 files changed

+5
-5
lines changed

4 files changed

+5
-5
lines changed

.github/workflows/ci-checks.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ on:
1111
value: ${{ jobs.check_version.outputs.binding_version }}
1212

1313
env:
14-
BINDING_VERSION: 0.3.5
14+
BINDING_VERSION: 0.3.6
1515

1616
jobs:
1717
check_release:

bindings/java/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66

77
<groupId>org.hyperledger.fabric</groupId>
88
<artifactId>fabric-protos</artifactId>
9-
<version>0.3.5</version>
9+
<version>0.3.6</version>
1010

1111
<name>fabric-protos</name>
1212
<description>PROTO library for fabric-protos</description>

bindings/node/package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

bindings/node/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@hyperledger/fabric-protos",
3-
"version": "0.3.5",
3+
"version": "0.3.6",
44
"description": "Node bindings for Hyperledger Fabric protocol buffers",
55
"main": "lib/index.js",
66
"types": "lib/index.d.ts",

0 commit comments

Comments
 (0)