diff --git a/Cargo.lock b/Cargo.lock index 8210807..c08cc7d 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -172,7 +172,7 @@ checksum = "5d99f8c9a7727884afe522e9bd5edbfc91a3312b36a77b5fb8926e4c31a41801" [[package]] name = "understatus" -version = "0.6.0" +version = "0.7.0" dependencies = [ "anyhow", "libc", diff --git a/Cargo.toml b/Cargo.toml index 591b847..a68ce8e 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "understatus" -version = "0.6.0" +version = "0.7.0" edition = "2021" description = "A calm, unobtrusive macOS statusline addon for AI coding CLIs (Claude Code): CPU/memory/disk/network + session info with a quiet glyph theme." # macOS 전용 크레이트 (host_processor_info / sysctl / IOKit FFI 의존) diff --git a/npm/install.js b/npm/install.js index 0bed876..1f45af1 100644 --- a/npm/install.js +++ b/npm/install.js @@ -22,7 +22,7 @@ const path = require('path'); // npm 래퍼 패키지 버전(package.json)과는 분리되어 있습니다 — // 래퍼(이 스크립트/런처)만 패치 게시될 수 있으므로, 바이너리는 항상 // 아래 고정된 릴리스에서 받습니다. 새 바이너리 릴리스를 낼 때 이 값을 올리세요. -const VERSION = '0.6.0'; +const VERSION = '0.7.0'; // 플랫폼 확인: macOS 전용 패키지 if (process.platform !== 'darwin') { diff --git a/npm/package.json b/npm/package.json index 6532f98..ace3822 100644 --- a/npm/package.json +++ b/npm/package.json @@ -1,6 +1,6 @@ { "name": "understatus", - "version": "0.6.0", + "version": "0.7.0", "description": "Claude Code statusline addon for macOS — CPU, memory, session info with a calm glyph theme", "bin": { "understatus": "bin/understatus.js"