Skip to content

Commit

Permalink
chore: bump SNAPSHOT version (#116)
Browse files Browse the repository at this point in the history
Signed-off-by: Luis Mastrangelo <[email protected]>
  • Loading branch information
acuarica committed Jan 25, 2024
1 parent 1fe0740 commit 369a2b1
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 6 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-rc2
version: 0.3.0-SNAPSHOT
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.1.0-rc2
version: 0.3.0-SNAPSHOT
title: Sourcify API
description: API to interact with Sourcify
license:
Expand Down
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@hashgraph/hedera-sourcify",
"version": "0.1.0-rc2",
"version": "0.3.0-SNAPSHOT",
"description": "A Hedera fork of ethereum sourcify that provides a Solidity metadata-based re-compilation and source verification tool",
"private": true,
"repository": {
Expand Down Expand Up @@ -131,4 +131,4 @@
"text-summary"
]
}
}
}
4 changes: 2 additions & 2 deletions ui/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "sourcify-ui",
"version": "0.1.0",
"version": "0.3.0-SNAPSHOT",
"private": true,
"dependencies": {
"@ethersproject/abi": "^5.7.0",
Expand Down Expand Up @@ -70,4 +70,4 @@
"tailwindcss": "^3.0.3"
},
"homepage": "./"
}
}

0 comments on commit 369a2b1

Please sign in to comment.