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.
Files changed (2) hide show
  1. package/dist/index.js +1 -1
  2. 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.82";
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");
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "ccclub",
3
- "version": "0.2.82",
3
+ "version": "0.2.83",
4
4
  "type": "module",
5
5
  "description": "Claude Code leaderboard among friends",
6
6
  "bin": {