diff --git a/charts/Chart.yaml b/charts/Chart.yaml index cbf5db18..fd386c03 100644 --- a/charts/Chart.yaml +++ b/charts/Chart.yaml @@ -2,4 +2,4 @@ apiVersion: v2 description: Helm chart of [hashgraph/hedera-sourcify](https://github.com/hashgraph/hedera-sourcify) repository service. name: sourcify type: application -version: 0.1.0-rc2 \ No newline at end of file +version: 0.3.0-SNAPSHOT \ No newline at end of file diff --git a/openapi.yaml b/openapi.yaml index fdb8b314..6e3e9f64 100644 --- a/openapi.yaml +++ b/openapi.yaml @@ -1,6 +1,6 @@ openapi: "3.0.0" info: - version: 0.1.0-rc2 + version: 0.3.0-SNAPSHOT title: Sourcify API description: API to interact with Sourcify license: diff --git a/package.json b/package.json index 92ca673b..8c450f4f 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@hashgraph/hedera-sourcify", - "version": "0.1.0-rc2", + "version": "0.3.0-SNAPSHOT", "description": "A Hedera fork of ethereum sourcify that provides a Solidity metadata-based re-compilation and source verification tool", "private": true, "repository": { @@ -131,4 +131,4 @@ "text-summary" ] } -} +} \ No newline at end of file diff --git a/ui/package.json b/ui/package.json index 2abf9a52..45ae5584 100644 --- a/ui/package.json +++ b/ui/package.json @@ -1,6 +1,6 @@ { "name": "sourcify-ui", - "version": "0.1.0", + "version": "0.3.0-SNAPSHOT", "private": true, "dependencies": { "@ethersproject/abi": "^5.7.0", @@ -70,4 +70,4 @@ "tailwindcss": "^3.0.3" }, "homepage": "./" -} +} \ No newline at end of file