Skip to content

Commit cdd14a0

Browse files
fricobenclaude
andcommitted
chore: bump CLI version to 0.2.1
Version 0.2.0 tarball is unavailable on npm registry. Bumping to 0.2.1 for a clean publish. Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
1 parent cc85b7f commit cdd14a0

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

packages/cli/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "vibetracking",
3-
"version": "0.2.0",
3+
"version": "0.2.1",
44
"description": "Track AI coding assistant token usage and costs across Claude Code, Codex, Cursor, and more.",
55
"license": "MIT",
66
"type": "module",

packages/cli/src/native.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,8 +19,8 @@ import path from "path";
1919
// Binary Download Configuration
2020
// =============================================================================
2121

22-
const BINARY_VERSION = "0.2.0";
23-
const GITHUB_REPO = "lfglabs-dev/pattaya";
22+
const BINARY_VERSION = "0.2.1";
23+
const GITHUB_REPO = "lfglabs-dev/vibetracking.dev";
2424
const GITHUB_RELEASE_URL = `https://github.com/${GITHUB_REPO}/releases/download`;
2525

2626
function getPlatformBinaryName(): string {

0 commit comments

Comments
 (0)