From 6efbfdae05a7190b1d8dc1aacd37effb159ba224 Mon Sep 17 00:00:00 2001 From: Nana Essilfie-Conduah <56320167+Nana-EC@users.noreply.github.com> Date: Fri, 17 Nov 2023 23:05:14 -0600 Subject: [PATCH] Bump 0.1.0 (#79) Signed-off-by: Nana Essilfie-Conduah --- charts/Chart.yaml | 2 +- openapi.yaml | 2 +- package.json | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/charts/Chart.yaml b/charts/Chart.yaml index b8968307..c3d9b2b0 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-rc3 \ No newline at end of file +version: 0.1.0 \ No newline at end of file diff --git a/openapi.yaml b/openapi.yaml index 79cb531e..cc1829d2 100644 --- a/openapi.yaml +++ b/openapi.yaml @@ -1,6 +1,6 @@ openapi: "3.0.0" info: - version: 0.1.0-rc3 + version: 0.1.0 title: Sourcify API description: API to interact with Sourcify license: diff --git a/package.json b/package.json index 5109d389..5f64eb53 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@hashgraph/hedera-sourcify", - "version": "0.1.0-rc3", + "version": "0.1.0", "description": "A Hedera fork of ethereum sourcify that provides a Solidity metadata-based re-compilation and source verification tool", "private": true, "repository": {