From de685a768a7d477474363749f3c516b9e607cd2f Mon Sep 17 00:00:00 2001 From: d-kimsuon Date: Wed, 3 Sep 2025 04:33:54 +0900 Subject: [PATCH] docs: update readme and claude.md --- CLAUDE.md | 2 +- README.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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.