Skip to content

Commit 46bb3a3

Browse files
authored
chore: bump version to 0.1.1 (#2)
1 parent 0d174fa commit 46bb3a3

File tree

6 files changed

+9
-9
lines changed

6 files changed

+9
-9
lines changed

package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "opencode-monitor",
33
"private": true,
4-
"version": "0.1.0",
4+
"version": "0.1.1",
55
"type": "module",
66
"scripts": {
77
"sync:material-icons": "node scripts/sync-material-icons.mjs",

src-tauri/Cargo.lock

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

src-tauri/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "opencode-monitor"
3-
version = "0.1.0"
3+
version = "0.1.1"
44
description = "A macOS monitor app for OpenCode agents"
55
authors = ["Jacob"]
66
edition = "2021"

src-tauri/gen/apple/opencode-monitor_iOS/Info.plist

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -15,9 +15,9 @@
1515
<key>CFBundlePackageType</key>
1616
<string>APPL</string>
1717
<key>CFBundleShortVersionString</key>
18-
<string>0.1.0</string>
18+
<string>0.1.1</string>
1919
<key>CFBundleVersion</key>
20-
<string>0.1.0</string>
20+
<string>0.1.1</string>
2121
<key>LSRequiresIPhoneOS</key>
2222
<true/>
2323
<key>UILaunchStoryboardName</key>
@@ -45,4 +45,4 @@
4545
<key>NSMicrophoneUsageDescription</key>
4646
<string>Allow access to the microphone for dictation.</string>
4747
</dict>
48-
</plist>
48+
</plist>

src-tauri/tauri.conf.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"$schema": "https://schema.tauri.app/config/2",
33
"productName": "OpenCode Monitor",
4-
"version": "0.1.0",
4+
"version": "0.1.1",
55
"identifier": "dev.opencode.monitor",
66
"build": {
77
"beforeDevCommand": "npm run dev",

0 commit comments

Comments
 (0)