Skip to content

Commit

Permalink
Bump 0.1.0-rc1 (#53)
Browse files Browse the repository at this point in the history
- bump version
- update soem descriptions

Signed-off-by: Nana Essilfie-Conduah <[email protected]>
  • Loading branch information
Nana-EC authored Oct 19, 2023
1 parent bf57605 commit 5db0a9d
Show file tree
Hide file tree
Showing 3 changed files with 10 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
version: 0.1.0-rc1
4 changes: 2 additions & 2 deletions openapi.yaml
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
openapi: "3.0.0"
info:
version: 1.0.0
version: 0.1.0-rc1
title: Sourcify API
description: API to interact with Sourcify
license:
name: MIT
url: https://github.com/ethereum/sourcify/blob/master/LICENSE
url: https://github.com/hashgraph/hedera-sourcify/blob/master/LICENSE
servers:
- url: https://sourcify.dev/server
description: Production server
Expand Down
14 changes: 7 additions & 7 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
{
"name": "ethereum-sourcify",
"version": "1.0.0",
"description": "Solidity metadata-based re-compilation and source verification tool",
"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",
"private": true,
"repository": {
"type": "git",
"url": "git+https://github.com/ethereum/sourcify.git"
"url": "git+https://github.com/hashgraph/hedera-sourcify.git"
},
"scripts": {
"prepublishOnly": "npm install && npm run build",
Expand Down Expand Up @@ -43,12 +43,12 @@
"bytecode",
"metadata"
],
"author": "sourcifyeth",
"author": "Hedera Mirro Node Explorer & Smart Contracts Teams",
"license": "MIT",
"bugs": {
"url": "https://github.com/ethereum/sourcify/issues"
"url": "https://github.com/hashgraph/hedera-sourcify/issues"
},
"homepage": "https://github.com/ethereum/sourcify#readme",
"homepage": "https://github.com/hashgraph/hedera-sourcify#readme",
"dependencies": {
"@ethereum-sourcify/bytecode-utils": "*",
"@ethereum-sourcify/lib-sourcify": "*",
Expand Down

0 comments on commit 5db0a9d

Please sign in to comment.