Skip to content

Commit f4a0416

Browse files
bump sdk & cli version to 1.0.12
Synced from glamsystems/glam 7282afff5db723bdea0708641257aabe3ba609ac
1 parent ed237bc commit f4a0416

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.11",
3+
"version": "1.0.12",
44
"description": "CLI for interacting with the GLAM Protocol",
55
"main": "./main.js",
66
"bin": {
@@ -21,7 +21,7 @@
2121
"node": ">=20.20.0"
2222
},
2323
"dependencies": {
24-
"@glamsystems/glam-sdk": "1.0.11",
24+
"@glamsystems/glam-sdk": "1.0.12",
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
@@ -108,7 +108,7 @@ program
108108
initialize(config, skipSimulation);
109109
await idlCheck(context.glamClient);
110110
})
111-
.version("1.0.11");
111+
.version("1.0.12");
112112

113113
program
114114
.command("env")

0 commit comments

Comments
 (0)