Skip to content

Commit

Permalink
bump: upgrade version numbers to 0.6.0 (#1389)
Browse files Browse the repository at this point in the history
Signed-off-by: SimiHunjan <simi.hunjan.k@gmail.com>
  • Loading branch information
SimiHunjan authored Dec 18, 2024
1 parent 35afd0a commit 5e5c952
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion back-end/apps/api/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@back-end/api",
"version": "0.4.2",
"version": "0.6.0",
"description": "",
"author": "",
"main": "index.js",
Expand Down
2 changes: 1 addition & 1 deletion back-end/apps/chain/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@back-end/chain",
"version": "0.4.2",
"version": "0.6.0",
"description": "",
"author": "",
"main": "index.js",
Expand Down
2 changes: 1 addition & 1 deletion back-end/apps/notifications/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@back-end/notifications",
"version": "0.4.2",
"version": "0.6.0",
"description": "",
"author": "",
"main": "index.js",
Expand Down
2 changes: 1 addition & 1 deletion back-end/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "back-end",
"version": "0.5.0",
"version": "0.6.0",
"description": "",
"author": "",
"private": true,
Expand Down
2 changes: 1 addition & 1 deletion front-end/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "hedera-transaction-tool",
"version": "0.5.0",
"version": "0.6.0",
"description": "Transaction tool application",
"author": {
"name": "Hedera",
Expand Down

0 comments on commit 5e5c952

Please sign in to comment.