Skip to content

Commit 26ba91e

Browse files
committed
chore: Update version to 0.10.0
1 parent e3435a1 commit 26ba91e

5 files changed

Lines changed: 6 additions & 6 deletions

File tree

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "trucktools",
33
"private": true,
4-
"version": "0.9.2",
4+
"version": "0.10.0",
55
"type": "module",
66
"scripts": {
77
"dev": "vite",
@@ -26,7 +26,7 @@
2626
"dependencies": {
2727
"@formkit/tempo": "^0.1.2",
2828
"@heroui/react": "2.7.4",
29-
"@tabler/icons-react": "^3.30.0",
29+
"@tabler/icons-react": "^3.31.0",
3030
"@tauri-apps/api": "^2.3.0",
3131
"@tauri-apps/plugin-dialog": "^2.2.0",
3232
"@tauri-apps/plugin-fs": "^2.2.0",

src-tauri/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "trucktools"
3-
version = "0.9.2"
3+
version = "0.10.0"
44
description = "Truck Tools"
55
authors = ["SiberianCoffe"]
66
edition = "2024"

src-tauri/tauri.conf.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222
},
2323
"productName": "Truck Tools",
2424
"mainBinaryName": "Truck Tools",
25-
"version": "0.9.2",
25+
"version": "0.10.0",
2626
"identifier": "com.trucktools.dev",
2727
"plugins": {
2828
"updater": {

src/components/Modals/AboutModal.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ const AboutModal: FC<AboutModalProps> = ({ isOpen, onOpenChange }) => {
4040
{() => (
4141
<>
4242
<ModalHeader className="flex flex-col gap-1">
43-
Truck Tools - Preview 0.9.2
43+
Truck Tools - Preview 0.10.0
4444
</ModalHeader>
4545
<Divider />
4646
<ModalBody className="flex items-center justify-center py-1">

version

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
0.9.2
1+
0.10.0

0 commit comments

Comments
 (0)