Skip to content

Commit

Permalink
v0.0.9
Browse files Browse the repository at this point in the history
  • Loading branch information
a145789 committed Jul 16, 2024
1 parent 334e68e commit bf36646
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 3 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.9 (2024-07-16)</small>

* fix: ci error ([334e68e](https://github.com/a145789/sys-speed/commit/334e68e))



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

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


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": "sys-speed",
"private": true,
"version": "0.0.8",
"version": "0.0.9",
"type": "module",
"scripts": {
"dev": "vite",
Expand All @@ -23,4 +23,4 @@
"typescript": "^5.2.2",
"vite": "^5.3.1"
}
}
}
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.8"
"version": "0.0.9"
},
"tauri": {
"allowlist": {
Expand Down

0 comments on commit bf36646

Please sign in to comment.