diff --git a/docs/openrpc.json b/docs/openrpc.json index 5c4e53c1fa..73bd1476f6 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.11.0-SNAPSHOT" + "version": "0.12.0-SNAPSHOT" }, "methods": [ { diff --git a/helm-chart/Chart.yaml b/helm-chart/Chart.yaml index 7bf2a2dd14..767b5f90d8 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.11.0-SNAPSHOT -appVersion: "0.11.0-SNAPSHOT" +version: 0.12.0-SNAPSHOT +appVersion: "0.12.0-SNAPSHOT" home: https://github.com/hashgraph/hedera-json-rpc-relay diff --git a/package-lock.json b/package-lock.json index a4289d5770..28c334f871 100644 --- a/package-lock.json +++ b/package-lock.json @@ -28033,7 +28033,7 @@ }, "packages/relay": { "name": "@hashgraph/json-rpc-relay", - "version": "0.11.0-SNAPSHOT", + "version": "0.12.0-SNAPSHOT", "dependencies": { "@hashgraph/sdk": "^2.18.3", "@keyvhq/core": "^1.6.9", @@ -28076,7 +28076,7 @@ }, "packages/server": { "name": "@hashgraph/json-rpc-server", - "version": "0.11.0-SNAPSHOT", + "version": "0.12.0-SNAPSHOT", "dependencies": { "@hashgraph/json-rpc-relay": "file:../relay", "axios": "^0.27.2", diff --git a/packages/relay/package.json b/packages/relay/package.json index f1c39f7510..533907b19f 100644 --- a/packages/relay/package.json +++ b/packages/relay/package.json @@ -1,6 +1,6 @@ { "name": "@hashgraph/json-rpc-relay", - "version": "0.11.0-SNAPSHOT", + "version": "0.12.0-SNAPSHOT", "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 b1a32e221e..c1fa454600 100644 --- a/packages/server/package.json +++ b/packages/server/package.json @@ -1,6 +1,6 @@ { "name": "@hashgraph/json-rpc-server", - "version": "0.11.0-SNAPSHOT", + "version": "0.12.0-SNAPSHOT", "description": "Hedera Hashgraph Ethereum JSON RPC server. Accepts requests for Ethereum JSON RPC 2.0 APIs", "main": "dist/index.js", "keywords": [],