We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5498d47 commit 97dc8bdCopy full SHA for 97dc8bd
3 files changed
package.json
@@ -1,6 +1,6 @@
1
{
2
"name": "tail-claude-gui",
3
- "version": "0.2.8",
+ "version": "0.2.9",
4
"private": true,
5
"type": "module",
6
"scripts": {
src-tauri/Cargo.toml
[package]
name = "tail-claude-gui"
-version = "0.2.8"
+version = "0.2.9"
edition = "2021"
rust-version = "1.77.2"
src-tauri/tauri.conf.json
"productName": "tail-claude-gui",
"identifier": "com.tailclaude.gui",
"build": {
"devUrl": "http://localhost:1420",
0 commit comments