Skip to content

Commit

Permalink
v1.1.6
Browse files Browse the repository at this point in the history
  • Loading branch information
ChurchTao committed Mar 14, 2023
1 parent c7e1858 commit ef6030a
Show file tree
Hide file tree
Showing 3 changed files with 14 additions and 3 deletions.
11 changes: 11 additions & 0 deletions UPDATE_LOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,17 @@

All changes will be documented in this file.

## v1.1.6

- CN
- 新增引入了 `daisyui`
- 升级了 `vite`
- 修复了`限制条数`功能不生效的问题
- EN
- Added `daisyui`
- Upgraded `vite`
- Fixed the problem that the `limit number` function does not take effect

## v1.1.5

- CN
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": "lanaya",
"private": true,
"version": "1.1.5",
"version": "1.1.6",
"type": "module",
"scripts": {
"dev": "vite",
Expand Down Expand Up @@ -35,4 +35,4 @@
"vite": "^4.1.0",
"daisyui": "^2.51.2"
}
}
}
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": "Lanaya",
"version": "1.1.5"
"version": "1.1.6"
},
"tauri": {
"macOSPrivateApi": true,
Expand Down

0 comments on commit ef6030a

Please sign in to comment.