Skip to content

Commit 4e059c7

Browse files
bump sdk & cli version to 1.0.6
Synced from glamsystems/glam fa770feb6d0052ab5458ed118a87a3c073cb5c09
1 parent a2237a8 commit 4e059c7

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.5",
3+
"version": "1.0.6",
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.5",
24+
"@glamsystems/glam-sdk": "1.0.6",
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
@@ -103,7 +103,7 @@ program
103103
initialize(config, skipSimulation);
104104
await idlCheck(context.glamClient);
105105
})
106-
.version("1.0.5");
106+
.version("1.0.6");
107107

108108
program
109109
.command("env")

0 commit comments

Comments
 (0)