Skip to content

Commit

Permalink
Release v0.3.5 commit (#245)
Browse files Browse the repository at this point in the history
Signed-off-by: David Enyeart <[email protected]>
  • Loading branch information
denyeart authored Jan 8, 2025
1 parent 4af0c57 commit 901af5a
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci-checks.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ on:
value: ${{ jobs.check_version.outputs.binding_version }}

env:
BINDING_VERSION: 0.3.4
BINDING_VERSION: 0.3.5

jobs:
check_release:
Expand Down
2 changes: 1 addition & 1 deletion bindings/java/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@

<groupId>org.hyperledger.fabric</groupId>
<artifactId>fabric-protos</artifactId>
<version>0.3.4-SNAPSHOT</version>
<version>0.3.5</version>

<name>fabric-protos</name>
<description>PROTO library for fabric-protos</description>
Expand Down
4 changes: 2 additions & 2 deletions bindings/node/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion bindings/node/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@hyperledger/fabric-protos",
"version": "0.3.4",
"version": "0.3.5",
"description": "Node bindings for Hyperledger Fabric protocol buffers",
"main": "lib/index.js",
"types": "lib/index.d.ts",
Expand Down

0 comments on commit 901af5a

Please sign in to comment.