We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 23e3fc7 commit 9d1965cCopy full SHA for 9d1965c
3 files changed
RELEASE_NOTES/v0.1.29.md
@@ -0,0 +1 @@
1
+实现了workflow以及 agent
package.json
@@ -1,7 +1,7 @@
{
2
"name": "ghostie",
3
"private": true,
4
- "version": "0.1.28",
+ "version": "0.1.29",
5
"type": "module",
6
"scripts": {
7
"dev": "vite",
src-tauri/tauri.conf.json
"$schema": "https://schema.tauri.app/config/2.0.0-rc",
"productName": "ghostie",
"identifier": "com.wangenius.ghostie",
"build": {
"frontendDist": "../dist",
@@ -70,4 +70,4 @@
70
"pubkey": "dW50cnVzdGVkIGNvbW1lbnQ6IG1pbmlzaWduIHB1YmxpYyBrZXk6IDlGQzZBMkM3QkMwRjU3QUMKUldTc1Z3Kzh4NkxHbjEvOURYOHBpZEV4aWxYZjZrcWR1UVkza0tWTW9MYm1TVXkzRERiQ1pEcDAK"
71
}
72
73
-}
+}
0 commit comments