From c637a29eaa08cecc78aac222353c88813c9c8282 Mon Sep 17 00:00:00 2001 From: Luis Mastrangelo Date: Tue, 16 Apr 2024 18:29:38 -0300 Subject: [PATCH] Bump to `0.2.0` (#158) Signed-off-by: Luis Mastrangelo --- charts/Chart.yaml | 2 +- openapi.yaml | 2 +- package.json | 2 +- ui/package.json | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/charts/Chart.yaml b/charts/Chart.yaml index 582e50af..83c5a03d 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.2.0-rc1 \ No newline at end of file +version: 0.2.0 \ No newline at end of file diff --git a/openapi.yaml b/openapi.yaml index 3e788e47..4729cdb7 100644 --- a/openapi.yaml +++ b/openapi.yaml @@ -1,6 +1,6 @@ openapi: "3.0.0" info: - version: 0.2.0-rc1 + version: 0.2.0 title: Sourcify API description: API to interact with Sourcify license: diff --git a/package.json b/package.json index 3eb6d11d..38afbcd7 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@hashgraph/hedera-sourcify", - "version": "0.2.0-rc1", + "version": "0.2.0", "description": "A Hedera fork of ethereum sourcify that provides a Solidity metadata-based re-compilation and source verification tool", "private": true, "repository": { diff --git a/ui/package.json b/ui/package.json index 15bea4b7..264428e5 100644 --- a/ui/package.json +++ b/ui/package.json @@ -1,6 +1,6 @@ { "name": "sourcify-ui", - "version": "0.2.0-rc1", + "version": "0.2.0", "private": true, "dependencies": { "@ethersproject/abi": "^5.7.0",