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