diff --git a/charts/Chart.yaml b/charts/Chart.yaml index 05c11922..cbf5db18 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-rc1 \ No newline at end of file +version: 0.1.0-rc2 \ No newline at end of file diff --git a/openapi.yaml b/openapi.yaml index e67809e7..fdb8b314 100644 --- a/openapi.yaml +++ b/openapi.yaml @@ -1,18 +1,14 @@ openapi: "3.0.0" info: - version: 0.1.0-rc1 + version: 0.1.0-rc2 title: Sourcify API description: API to interact with Sourcify license: name: MIT url: https://github.com/hashgraph/hedera-sourcify/blob/master/LICENSE servers: - - url: https://sourcify.dev/server - description: Production server - - url: https://staging.sourcify.dev/server - description: Staging server - - url: http://localhost:5555 - description: Local development server address on default port 5555. + - url: http://localhost:5002 + description: Local development server address on default port 5002. paths: /session/data: $ref: "src/server/controllers/verification/session-state/data.session-state.paths.yaml#/paths/~1session~1data" diff --git a/package.json b/package.json index 24c46feb..92ca673b 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "@hashgraph/hedera-sourcify", - "version": "0.1.0-rc1", - "description": "A Hedera fork of ethereum sorucify that provides a Solidity metadata-based re-compilation and source verification tool", + "version": "0.1.0-rc2", + "description": "A Hedera fork of ethereum sourcify that provides a Solidity metadata-based re-compilation and source verification tool", "private": true, "repository": { "type": "git",