ccclub 0.2.47 → 0.2.48

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
@@ -1115,7 +1115,7 @@ async function hookCommand() {
1115
1115
  }
1116
1116
 
1117
1117
  // src/index.ts
1118
- var VERSION = "0.2.47";
1118
+ var VERSION = "0.2.48";
1119
1119
  startUpdateCheck(VERSION);
1120
1120
  var program = new Command();
1121
1121
  program.name("ccclub").description("Compare Claude Code usage with friends").version(VERSION, "-v, -V, --version");
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "ccclub",
3
- "version": "0.2.47",
3
+ "version": "0.2.48",
4
4
  "type": "module",
5
5
  "description": "See how much Claude Code you and your friends are using",
6
6
  "bin": {