Skip to content

Commit

Permalink
v0.0.8
Browse files Browse the repository at this point in the history
  • Loading branch information
a145789 committed Jul 16, 2024
1 parent 9727abc commit a81692a
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 2 deletions.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
## <small>0.0.8 (2024-07-16)</small>

* fix: ts error ([9727abc](https://github.com/a145789/sys-speed/commit/9727abc))



## <small>0.0.7 (2024-07-16)</small>

* v0.0.7 ([72e489d](https://github.com/a145789/sys-speed/commit/72e489d))
* feat: 增加更新通知 ([6d47087](https://github.com/a145789/sys-speed/commit/6d47087))
* fix: refactor network speed retrieval ([d6bacca](https://github.com/a145789/sys-speed/commit/d6bacca))

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": "sys-speed",
"private": true,
"version": "0.0.7",
"version": "0.0.8",
"type": "module",
"scripts": {
"dev": "vite",
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 @@ -8,7 +8,7 @@
},
"package": {
"productName": "sys-speed",
"version": "0.0.7"
"version": "0.0.8"
},
"tauri": {
"allowlist": {
Expand Down

0 comments on commit a81692a

Please sign in to comment.