Skip to content

Commit 37330c8

Browse files
committed
Release v0.3.3 commit
Release v0.3.3 commit Signed-off-by: David Enyeart <enyeart@us.ibm.com>
1 parent df0f6a9 commit 37330c8

4 files changed

Lines changed: 4 additions & 4 deletions

File tree

.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.2
14+
BINDING_VERSION: 0.3.3
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.2-SNAPSHOT</version>
9+
<version>0.3.3-SNAPSHOT</version>
1010

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

bindings/node/package-lock.json

Lines changed: 1 addition & 1 deletion
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.2",
3+
"version": "0.3.3",
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)