ccclub 0.2.82 → 0.2.83
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
|
@@ -1403,7 +1403,7 @@ async function hookCommand() {
|
|
|
1403
1403
|
}
|
|
1404
1404
|
|
|
1405
1405
|
// src/index.ts
|
|
1406
|
-
var VERSION = "0.2.
|
|
1406
|
+
var VERSION = "0.2.83";
|
|
1407
1407
|
startUpdateCheck(VERSION);
|
|
1408
1408
|
var program = new Command();
|
|
1409
1409
|
program.name("ccclub").description("Claude Code leaderboard among friends").version(VERSION, "-v, -V, --version");
|