Skip to content

Commit

Permalink
Update versions following v1.7.0 release
Browse files Browse the repository at this point in the history
Signed-off-by: Mark S. Lewis <[email protected]>
  • Loading branch information
bestbeforetoday committed Oct 18, 2024
1 parent 6fa5370 commit 67e24f6
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/verify-versions.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ permissions:
contents: read

env:
GATEWAY_VERSION: 1.7.0
GATEWAY_VERSION: 1.7.1

jobs:
go:
Expand Down
4 changes: 2 additions & 2 deletions java/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ Add the following dependency to your project's `pom.xml` file:
<dependency>
<groupId>org.hyperledger.fabric</groupId>
<artifactId>fabric-gateway</artifactId>
<version>1.6.0</version>
<version>1.7.0</version>
</dependency>
```

Expand All @@ -48,7 +48,7 @@ A suitable gRPC channel service provider must also be specified (as described in
Add the following dependency to your project's `build.gradle` file:

```groovy
implementation platform('org.hyperledger.fabric:fabric-gateway:1.6.0')
implementation platform('org.hyperledger.fabric:fabric-gateway:1.7.0')
implementation 'org.hyperledger.fabric:fabric-gateway'
```

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

<groupId>org.hyperledger.fabric</groupId>
<artifactId>fabric-gateway</artifactId>
<version>1.7.0-SNAPSHOT</version>
<version>1.7.1-SNAPSHOT</version>
<packaging>jar</packaging>

<name>fabric-gateway</name>
Expand Down
2 changes: 1 addition & 1 deletion node/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@hyperledger/fabric-gateway",
"version": "1.7.0",
"version": "1.7.1",
"description": "Hyperledger Fabric Gateway client API for Node",
"main": "dist/index.js",
"types": "dist/index.d.ts",
Expand Down

0 comments on commit 67e24f6

Please sign in to comment.