Skip to content

Commit e079dca

Browse files
authored
Bump 0.1.0-rc1 (#52)
- bump version - update some descriptions Signed-off-by: Nana Essilfie-Conduah <nana@swirldslabs.com>
1 parent bf57605 commit e079dca

File tree

3 files changed

+10
-10
lines changed

3 files changed

+10
-10
lines changed

charts/Chart.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,4 +2,4 @@ apiVersion: v2
22
description: Helm chart of [hashgraph/hedera-sourcify](https://github.com/hashgraph/hedera-sourcify) repository service.
33
name: sourcify
44
type: application
5-
version: 0.1.0
5+
version: 0.1.0-rc1

openapi.yaml

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
11
openapi: "3.0.0"
22
info:
3-
version: 1.0.0
3+
version: 0.1.0-rc1
44
title: Sourcify API
55
description: API to interact with Sourcify
66
license:
77
name: MIT
8-
url: https://github.com/ethereum/sourcify/blob/master/LICENSE
8+
url: https://github.com/hashgraph/hedera-sourcify/blob/master/LICENSE
99
servers:
1010
- url: https://sourcify.dev/server
1111
description: Production server

package.json

+7-7
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
11
{
2-
"name": "ethereum-sourcify",
3-
"version": "1.0.0",
4-
"description": "Solidity metadata-based re-compilation and source verification tool",
2+
"name": "@hashgraph/hedera-sourcify",
3+
"version": "0.1.0-rc1",
4+
"description": "A Hedera fork of ethereum sorucify that provides a Solidity metadata-based re-compilation and source verification tool",
55
"private": true,
66
"repository": {
77
"type": "git",
8-
"url": "git+https://github.com/ethereum/sourcify.git"
8+
"url": "git+https://github.com/hashgraph/hedera-sourcify.git"
99
},
1010
"scripts": {
1111
"prepublishOnly": "npm install && npm run build",
@@ -43,12 +43,12 @@
4343
"bytecode",
4444
"metadata"
4545
],
46-
"author": "sourcifyeth",
46+
"author": "Hedera Mirro Node Explorer & Smart Contracts Teams",
4747
"license": "MIT",
4848
"bugs": {
49-
"url": "https://github.com/ethereum/sourcify/issues"
49+
"url": "https://github.com/hashgraph/hedera-sourcify/issues"
5050
},
51-
"homepage": "https://github.com/ethereum/sourcify#readme",
51+
"homepage": "https://github.com/hashgraph/hedera-sourcify#readme",
5252
"dependencies": {
5353
"@ethereum-sourcify/bytecode-utils": "*",
5454
"@ethereum-sourcify/lib-sourcify": "*",

0 commit comments

Comments
 (0)