Skip to content

Commit

Permalink
chore: Set the main package version to 0.6.0.
Browse files Browse the repository at this point in the history
  • Loading branch information
kkomelin committed Jul 2, 2024
1 parent 763b397 commit 247b526
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,11 +1,7 @@
{
"name": "sui-dapp-starter",
"version": "0.0.0",
"version": "0.6.0",
"description": "Full-Stack Sui Starter on Steroids",
"repository": {
"type": "git",
"url": "https://github.com/kkomelin/sui-dapp-starter.git"
},
"scripts": {
"dev": "pnpm frontend:dev",
"start": "pnpm dev",
Expand Down Expand Up @@ -86,7 +82,11 @@
"packages/*",
"!**/test/**"
],
"repository": {
"type": "git",
"url": "https://github.com/kkomelin/sui-dapp-starter.git"
},
"bugs": {
"url": "https://github.com/kkomelin/sui-dapp-starter/issues"
}
}
}

0 comments on commit 247b526

Please sign in to comment.