We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fd32a88 commit a0b7872Copy full SHA for a0b7872
3 files changed
package.json
@@ -1,6 +1,6 @@
1
{
2
"name": "tail-claude-gui",
3
- "version": "0.2.9",
+ "version": "0.2.10",
4
"private": true,
5
"type": "module",
6
"scripts": {
src-tauri/Cargo.toml
[package]
name = "tail-claude-gui"
-version = "0.2.9"
+version = "0.2.10"
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