ccclub 0.2.60 → 0.2.61
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/index.js +1 -1
- package/package.json +1 -1
package/dist/index.js
CHANGED
|
@@ -1212,7 +1212,7 @@ async function hookCommand() {
|
|
|
1212
1212
|
}
|
|
1213
1213
|
|
|
1214
1214
|
// src/index.ts
|
|
1215
|
-
var VERSION = "0.2.
|
|
1215
|
+
var VERSION = "0.2.61";
|
|
1216
1216
|
startUpdateCheck(VERSION);
|
|
1217
1217
|
var program = new Command();
|
|
1218
1218
|
program.name("ccclub").description("Claude Code leaderboard among friends").version(VERSION, "-v, -V, --version");
|