Skip to content

Commit 7e1d1bd

Browse files
committed
chore: bump version to 0.2.0
1 parent 8d18d94 commit 7e1d1bd

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "openwallet-web",
3-
"version": "0.1.0",
3+
"version": "0.2.0",
44
"private": true,
55
"scripts": {
66
"dev": "concurrently -n next,status,sb -c blue,cyan,magenta --kill-others-on-fail \"rm -rf .next && NODE_OPTIONS='--max-old-space-size=4096' next dev\" \"tsx --env-file=.env.local scripts/dev-status.ts\" \"lsof -ti:4000 | xargs kill -9 2>/dev/null || true && rm -rf node_modules/.cache/storybook && storybook dev -p 4000 --quiet\"",

0 commit comments

Comments
 (0)