Skip to content

Commit b856927

Browse files
authored
Bump 0.7.0-rc1 (#479)
Bump 0.7.0-rc1 Signed-off-by: Nana Essilfie-Conduah <[email protected]>
1 parent 4c3191c commit b856927

File tree

6 files changed

+8
-8
lines changed

6 files changed

+8
-8
lines changed

docker-compose.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ version: "3.7"
22
services:
33
relay:
44
container_name: hedera-jspn-rpc-relay
5-
image: "ghcr.io/hashgraph/hedera-json-rpc-relay:main"
5+
image: "ghcr.io/hashgraph/hedera-json-rpc-relay:0.7.0-rc1"
66
restart: "unless-stopped"
77
ports:
88
- 7546:7546

docs/openrpc.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
"info": {
44
"title": "Hedera JSON-RPC Specification",
55
"description": "A specification of the implemented Ethereum JSON RPC APIs interface for Hedera clients and adheres to the Ethereum execution APIs schema.",
6-
"version": "0.7.0-SNAPSHOT"
6+
"version": "0.7.0-rc1"
77
},
88
"methods": [
99
{

helm-chart/Chart.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,6 @@ apiVersion: v2
22
name: hedera-json-rpc-relay
33
description: Helm chart deployment of the hashgraph/hedera-json-rpc-relay
44
type: application
5-
version: 0.7.0-SNAPSHOT
6-
appVersion: "0.7.0-SNAPSHOT"
5+
version: 0.7.0-rc1
6+
appVersion: "0.7.0-rc1"
77
home: https://github.com/hashgraph/hedera-json-rpc-relay

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.

packages/relay/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@hashgraph/json-rpc-relay",
3-
"version": "0.7.0-SNAPSHOT",
3+
"version": "0.7.0-rc1",
44
"description": "Hedera Hashgraph implementation of Ethereum JSON RPC APIs. Utilises both the Hedera Consensus Nodes and the Mirror Nodes for transaction management and information retrieval",
55
"types": "dist/index.d.ts",
66
"main": "dist/index.js",

packages/server/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@hashgraph/json-rpc-server",
3-
"version": "0.7.0-SNAPSHOT",
3+
"version": "0.7.0-rc1",
44
"description": "Hedera Hashgraph Ethereum JSON RPC server. Accepts requests for Ethereum JSON RPC 2.0 APIs",
55
"main": "dist/index.js",
66
"keywords": [],

0 commit comments

Comments
 (0)