Skip to content

Commit 9d1965c

Browse files
committed
bump version to 0.1.29
1 parent 23e3fc7 commit 9d1965c

3 files changed

Lines changed: 4 additions & 3 deletions

File tree

RELEASE_NOTES/v0.1.29.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
实现了workflow以及 agent

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "ghostie",
33
"private": true,
4-
"version": "0.1.28",
4+
"version": "0.1.29",
55
"type": "module",
66
"scripts": {
77
"dev": "vite",

src-tauri/tauri.conf.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"$schema": "https://schema.tauri.app/config/2.0.0-rc",
33
"productName": "ghostie",
4-
"version": "0.1.28",
4+
"version": "0.1.29",
55
"identifier": "com.wangenius.ghostie",
66
"build": {
77
"frontendDist": "../dist",
@@ -70,4 +70,4 @@
7070
"pubkey": "dW50cnVzdGVkIGNvbW1lbnQ6IG1pbmlzaWduIHB1YmxpYyBrZXk6IDlGQzZBMkM3QkMwRjU3QUMKUldTc1Z3Kzh4NkxHbjEvOURYOHBpZEV4aWxYZjZrcWR1UVkza0tWTW9MYm1TVXkzRERiQ1pEcDAK"
7171
}
7272
}
73-
}
73+
}

0 commit comments

Comments
 (0)