Skip to content

Commit

Permalink
Bump to 0.2.0 (#158)
Browse files Browse the repository at this point in the history
Signed-off-by: Luis Mastrangelo <[email protected]>
  • Loading branch information
acuarica authored Apr 16, 2024
1 parent bead457 commit c637a29
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 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.2.0-rc1
version: 0.2.0
2 changes: 1 addition & 1 deletion openapi.yaml
Original file line number Diff line number Diff line change
@@ -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:
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -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": {
Expand Down
2 changes: 1 addition & 1 deletion ui/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "sourcify-ui",
"version": "0.2.0-rc1",
"version": "0.2.0",
"private": true,
"dependencies": {
"@ethersproject/abi": "^5.7.0",
Expand Down

0 comments on commit c637a29

Please sign in to comment.