Skip to content

Commit

Permalink
Bump to 0.1.0-rc2 (#66)
Browse files Browse the repository at this point in the history
Signed-off-by: Simon Viénot <[email protected]>
  • Loading branch information
svienot committed Nov 2, 2023
1 parent 599174f commit 7fd8903
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 10 deletions.
2 changes: 1 addition & 1 deletion charts/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
version: 0.1.0-rc2
10 changes: 3 additions & 7 deletions openapi.yaml
Original file line number Diff line number Diff line change
@@ -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"
Expand Down
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -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",
Expand Down

0 comments on commit 7fd8903

Please sign in to comment.