Skip to content

Commit 50b47e3

Browse files
committed
chore: Update version to 0.11.0
1 parent 7cdd73e commit 50b47e3

5 files changed

Lines changed: 6 additions & 6 deletions

File tree

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "trucktools",
33
"private": true,
4-
"version": "0.10.0",
4+
"version": "0.11.0",
55
"type": "module",
66
"scripts": {
77
"dev": "vite",

src-tauri/Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "trucktools"
3-
version = "0.10.0"
3+
version = "0.11.0"
44
description = "Truck Tools"
55
authors = ["SiberianCoffe"]
66
edition = "2024"
@@ -24,7 +24,7 @@ libloading = "0.8.6"
2424
hex = "0.4.3"
2525
uuid = "1.16.0"
2626
walkdir = "2.5.0"
27-
zip = "2.2.3"
27+
zip = "2.3.0"
2828
tauri-plugin-os = "2.2.1"
2929

3030
[features]

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.10.0",
25+
"version": "0.11.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.10.0
43+
Truck Tools - Preview 0.11.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.10.0
1+
0.11.0

0 commit comments

Comments
 (0)