Skip to content

Commit 22709bf

Browse files
committed
Bump version to 0.1.1
1 parent 431acae commit 22709bf

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

npm/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@sigco3111/oc-usage",
3-
"version": "0.1.0",
3+
"version": "0.1.1",
44
"description": "OpenCode 사용량 통계 CLI - 터미널에서 OpenCode 사용 데이터를 조회합니다",
55
"bin": {
66
"oc-usage": "bin/oc-usage"
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
package models
22

33
const (
4-
Version = "0.1.0"
4+
Version = "0.1.1"
55
KSTOffset = "+9 hours"
66
DefaultDBPath = "~/.local/share/opencode/opencode.db"
77
)

0 commit comments

Comments
 (0)