diff --git a/docker-compose.yml b/docker-compose.yml index 819da2aa3f..424d7dd163 100644 --- a/docker-compose.yml +++ b/docker-compose.yml @@ -2,7 +2,7 @@ version: "3.7" services: relay: container_name: hedera-jspn-rpc-relay - image: "ghcr.io/hashgraph/hedera-json-rpc-relay:0.15.0-rc1" + image: "ghcr.io/hashgraph/hedera-json-rpc-relay:0.15.0" restart: "unless-stopped" ports: - 7546:7546 diff --git a/docs/openrpc.json b/docs/openrpc.json index 367a21aa4f..294c83242d 100644 --- a/docs/openrpc.json +++ b/docs/openrpc.json @@ -3,7 +3,7 @@ "info": { "title": "Hedera JSON-RPC Specification", "description": "A specification of the implemented Ethereum JSON RPC APIs interface for Hedera clients and adheres to the Ethereum execution APIs schema.", - "version": "0.15.0-rc1" + "version": "0.15.0" }, "methods": [ { diff --git a/helm-chart/Chart.yaml b/helm-chart/Chart.yaml index 0b54df7467..ef7843ca04 100644 --- a/helm-chart/Chart.yaml +++ b/helm-chart/Chart.yaml @@ -2,6 +2,6 @@ apiVersion: v2 name: hedera-json-rpc-relay description: Helm chart deployment of the hashgraph/hedera-json-rpc-relay type: application -version: 0.15.0-rc1 -appVersion: "0.15.0-rc1" +version: 0.15.0 +appVersion: "0.15.0" home: https://github.com/hashgraph/hedera-json-rpc-relay diff --git a/package-lock.json b/package-lock.json index 0a00282dca..065ea98273 100644 --- a/package-lock.json +++ b/package-lock.json @@ -28037,7 +28037,7 @@ }, "packages/relay": { "name": "@hashgraph/json-rpc-relay", - "version": "0.15.0-rc1", + "version": "0.15.0", "dependencies": { "@hashgraph/sdk": "^2.19.0", "@keyvhq/core": "^1.6.9", @@ -28139,7 +28139,7 @@ }, "packages/server": { "name": "@hashgraph/json-rpc-server", - "version": "0.15.0-rc1", + "version": "0.15.0", "dependencies": { "@hashgraph/json-rpc-relay": "file:../relay", "axios": "^0.27.2", diff --git a/packages/relay/package.json b/packages/relay/package.json index a9d0be3232..a3ccb8d536 100644 --- a/packages/relay/package.json +++ b/packages/relay/package.json @@ -1,6 +1,6 @@ { "name": "@hashgraph/json-rpc-relay", - "version": "0.15.0-rc1", + "version": "0.15.0", "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", "types": "dist/index.d.ts", "main": "dist/index.js", diff --git a/packages/server/package.json b/packages/server/package.json index b441321253..4af92f87f4 100644 --- a/packages/server/package.json +++ b/packages/server/package.json @@ -1,6 +1,6 @@ { "name": "@hashgraph/json-rpc-server", - "version": "0.15.0-rc1", + "version": "0.15.0", "description": "Hedera Hashgraph Ethereum JSON RPC server. Accepts requests for Ethereum JSON RPC 2.0 APIs", "main": "dist/index.js", "keywords": [],