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