Skip to content

Commit 3d35cec

Browse files
bump sdk & cli version to 1.0.7
Synced from glamsystems/glam 31a5bc98824049b656f09ecb97f529ac8cd8201d
1 parent 39bff75 commit 3d35cec

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@glamsystems/glam-cli",
3-
"version": "1.0.6",
3+
"version": "1.0.7",
44
"description": "CLI for interacting with the GLAM Protocol",
55
"main": "./main.js",
66
"bin": {
@@ -21,7 +21,7 @@
2121
"node": ">=20.18.0"
2222
},
2323
"dependencies": {
24-
"@glamsystems/glam-sdk": "1.0.6",
24+
"@glamsystems/glam-sdk": "1.0.7",
2525
"@switchboard-xyz/common": "^3.0.0",
2626
"commander": "^11.1.0",
2727
"decimal.js": "^10.6.0",

src/main.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -104,7 +104,7 @@ program
104104
initialize(config, skipSimulation);
105105
await idlCheck(context.glamClient);
106106
})
107-
.version("1.0.6");
107+
.version("1.0.7");
108108

109109
program
110110
.command("env")

0 commit comments

Comments
 (0)