Skip to content

Commit

Permalink
Release v0.2.8
Browse files Browse the repository at this point in the history
Signed-off-by: Chikage <[email protected]>
  • Loading branch information
Chikage0o0 committed Jun 10, 2023
1 parent 6f18e6b commit a7d3279
Show file tree
Hide file tree
Showing 5 changed files with 9 additions and 4 deletions.
5 changes: 5 additions & 0 deletions UPDATELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
## v0.2.8

- 优化文件名处理
- 优先使用PNG Logo

## v0.2.7

- 增加MKS的支持
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "anime-repository",
"private": true,
"version": "0.2.7",
"version": "0.2.8",
"type": "module",
"scripts": {
"dev": "vite",
Expand Down
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.7"
version = "0.2.8"
description = "Developed by Chikage"
authors = ["Chikage <[email protected]>"]
license = "GPL-3.0"
Expand Down
2 changes: 1 addition & 1 deletion 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.7"
"version": "0.2.8"
},
"tauri": {
"allowlist": {
Expand Down

0 comments on commit a7d3279

Please sign in to comment.