Skip to content

Commit

Permalink
v0.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
a145789 committed Jul 14, 2024
1 parent 39fbd3e commit 9c6088a
Show file tree
Hide file tree
Showing 3 changed files with 18 additions and 4 deletions.
14 changes: 14 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
## [0.0.1](https://github.com/a145789/sys-speed/compare/edd7a7fbe4e0d99991ad36f977482c01d4a4927f...v0.0.1) (2024-7-14)


### Bug Fixes

* **app:** remove unused cursor property ([9a8f4cf](https://github.com/a145789/sys-speed/commit/9a8f4cfbfedd41d2d92d1c2ded1990ccffd06899))


### Performance Improvements

* **app:** optimize CPU and memory usage ([edd7a7f](https://github.com/a145789/sys-speed/commit/edd7a7fbe4e0d99991ad36f977482c01d4a4927f))



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.0",
"version": "0.0.1",
"type": "module",
"scripts": {
"dev": "vite",
Expand All @@ -21,4 +21,4 @@
"typescript": "^5.2.2",
"vite": "^5.3.1"
}
}
}
4 changes: 2 additions & 2 deletions 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.0"
"version": "0.0.1"
},
"tauri": {
"allowlist": {
Expand Down Expand Up @@ -58,4 +58,4 @@
]
}
}
}
}

0 comments on commit 9c6088a

Please sign in to comment.