diff --git a/CLAUDE.md b/CLAUDE.md index 5a80c9e..b362957 100644 --- a/CLAUDE.md +++ b/CLAUDE.md @@ -117,7 +117,7 @@ The application reads Claude Code history from: **CLI Installation**: - Can be installed via `PORT=3400 npx @kimuson/claude-code-viewer@latest` -- Published as `@kimuson/claude-code-viewer` (v0.0.5) on npm +- Published as `@kimuson/claude-code-viewer` (v0.1.0) on npm - Standalone Next.js build with embedded dependencies - Binary entry point at `dist/index.js` diff --git a/README.md b/README.md index 154a9a4..1a82db5 100644 --- a/README.md +++ b/README.md @@ -37,7 +37,7 @@ npm install -g @kimuson/claude-code-viewer claude-code-viewer ``` -The application uses pnpm as the package manager (v10.8.1) and is published as version 0.0.5. +The application uses pnpm as the package manager (v10.8.1) and is published as version 0.1.0. The server will start on port 3400 (or the specified PORT). Open `http://localhost:3400` in your browser.