Skip to content

Commit 49f103f

Browse files
committed
chore: Update version to 0.8.1
1 parent 9c03d3d commit 49f103f

5 files changed

Lines changed: 7 additions & 7 deletions

File tree

package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "trucktools",
33
"private": true,
4-
"version": "0.8.0",
4+
"version": "0.8.1",
55
"type": "module",
66
"scripts": {
77
"dev": "vite",
@@ -37,7 +37,7 @@
3737
"@tauri-apps/plugin-updater": "^2.4.0",
3838
"buffer": "^6.0.3",
3939
"classnames": "^2.5.1",
40-
"framer-motion": "^12.0.6",
40+
"framer-motion": "^12.0.11",
4141
"primereact": "^10.9.2",
4242
"react": "^19.0.0",
4343
"react-color-palette": "^7.3.0",
@@ -62,7 +62,7 @@
6262
"prettier-plugin-tailwindcss": "^0.6.11",
6363
"tailwindcss": "3.4.17",
6464
"typescript": "^5.7.3",
65-
"typescript-eslint": "^8.22.0",
65+
"typescript-eslint": "^8.23.0",
6666
"vite": "^6.0.11"
6767
}
6868
}

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.8.0"
3+
version = "0.8.1"
44
description = "Truck Tools"
55
authors = ["SiberianCoffe"]
66
edition = "2021"

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

0 commit comments

Comments
 (0)