Skip to content
This repository was archived by the owner on Jun 16, 2025. It is now read-only.

Commit 58e1341

Browse files
committed
update version number
1 parent 86d6806 commit 58e1341

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

package.json

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,14 @@
11
{
22
"name": "@wormhole-foundation/example-liquidity-layer",
3-
"version": "0.0.1",
3+
"version": "0.4.0",
44
"author": "Wormhole Contributors",
55
"license": "Apache-2.0",
66
"scripts": {
77
"build": "npm run build --workspaces --if-present",
8-
"generate":"npm run generate --workspaces --if-present",
9-
"pack":"npm run build && npm pack --workspaces",
10-
"build:universal":"npm run build --workspace universal/ts",
11-
"clean":"npm run clean --workspaces --if-present"
8+
"generate": "npm run generate --workspaces --if-present",
9+
"pack": "npm run build && npm pack --workspaces",
10+
"build:universal": "npm run build --workspace universal/ts",
11+
"clean": "npm run clean --workspaces --if-present"
1212
},
1313
"devDependencies": {
1414
"typescript": "^5.4.5"

0 commit comments

Comments
 (0)