From e1c2dc3ca10bc533438deefdf0cbcfd154e70f68 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Simon=20Vi=C3=A9not?= <simon.vienot@icloud.com>
Date: Thu, 2 Nov 2023 18:35:53 +0100
Subject: [PATCH] Bump to 0.1.0-rc2
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit

Signed-off-by: Simon ViƩnot <simon.vienot@icloud.com>
---
 charts/Chart.yaml |  2 +-
 openapi.yaml      | 10 +++-------
 package.json      |  4 ++--
 3 files changed, 6 insertions(+), 10 deletions(-)

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",