Skip to content

Commit

Permalink
Release v0.2.9
Browse files Browse the repository at this point in the history
  • Loading branch information
Chikage0o0 committed Nov 24, 2023
1 parent dd11ec2 commit 66ede64
Show file tree
Hide file tree
Showing 5 changed files with 11 additions and 10 deletions.
4 changes: 4 additions & 0 deletions UPDATELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
## v0.2.9

- 修复提交时ID错误的白屏问题

## v0.2.8

- 优化文件名处理
Expand Down
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "anime-repository",
"private": true,
"version": "0.2.8",
"version": "0.2.9",
"type": "module",
"scripts": {
"dev": "vite",
Expand Down Expand Up @@ -47,4 +47,4 @@
"singleQuote": false,
"endOfLine": "lf"
}
}
}
2 changes: 1 addition & 1 deletion src-tauri/Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion src-tauri/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "anime_repository"
version = "0.2.8"
version = "0.2.9"
description = "Developed by Chikage"
authors = ["Chikage <[email protected]>"]
license = "GPL-3.0"
Expand Down
9 changes: 3 additions & 6 deletions src-tauri/tauri.conf.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
},
"package": {
"productName": "Anime Repository",
"version": "0.2.8"
"version": "0.2.9"
},
"tauri": {
"allowlist": {
Expand Down Expand Up @@ -60,10 +60,7 @@
"digestAlgorithm": "sha256",
"timestampUrl": "",
"wix": {
"language": [
"zh-CN",
"en-US"
]
"language": ["zh-CN", "en-US"]
},
"webviewInstallMode": {
"type": "downloadBootstrapper"
Expand All @@ -88,4 +85,4 @@
"iconAsTemplate": true
}
}
}
}

0 comments on commit 66ede64

Please sign in to comment.