Skip to content

Commit 9aebdfb

Browse files
committed
Bump version to 0.1.1
1 parent a71ed4f commit 9aebdfb

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "eyes-on-claude-code",
3-
"version": "0.1.0",
3+
"version": "0.1.1",
44
"description": "A menubar app to monitor your Claude Code sessions, view git changes, and get notifications for permission prompts",
55
"keywords": [
66
"claude",

src-tauri/tauri.conf.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"$schema": "https://schema.tauri.app/config/2",
33
"productName": "Eyes on Claude Code",
44
"identifier": "tech.joe-re.eocc",
5-
"version": "0.1.0",
5+
"version": "0.1.1",
66
"build": {
77
"frontendDist": "../dist",
88
"devUrl": "http://localhost:1420",

0 commit comments

Comments
 (0)