ccclub 0.3.12 → 0.3.13

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
@@ -2323,7 +2323,7 @@ async function hookCommand() {
2323
2323
  }
2324
2324
 
2325
2325
  // src/index.ts
2326
- var VERSION = "0.3.12";
2326
+ var VERSION = "0.3.13";
2327
2327
  startUpdateCheck(VERSION);
2328
2328
  var program = new Command();
2329
2329
  if (process.argv.slice(2).includes("-v")) {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "ccclub",
3
- "version": "0.3.12",
3
+ "version": "0.3.13",
4
4
  "type": "module",
5
5
  "description": "Claude Code and Codex leaderboard among friends for coding agent tokens and costs",
6
6
  "bin": {