Skip to content

Commit 0eaefcf

Browse files
author
luoqiz
committed
fix: version error
1 parent 3acc26e commit 0eaefcf

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "wcf-client-rust",
33
"private": true,
4-
"version": "2024.04.28",
4+
"version": "2024.4.28",
55
"type": "module",
66
"scripts": {
77
"tauri-dev": "pnpm tauri dev",

src-tauri/tauri.conf.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"productName": "wcf-client-rust",
3-
"version": "2024.04.28",
3+
"version": "2024.4.28",
44
"identifier": "com.iamteer.wcf",
55
"build": {
66
"beforeDevCommand": "pnpm dev",

0 commit comments

Comments
 (0)