Skip to content

Commit

Permalink
Bump version to 0.4.9
Browse files Browse the repository at this point in the history
  • Loading branch information
CoffeSiberian committed Sep 28, 2024
1 parent 25ccd76 commit 9155fef
Show file tree
Hide file tree
Showing 6 changed files with 13 additions and 13 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ To install you will need to run the downloaded file (**.msi**) where it is likel
- [x] Repair trailer
- [x] Repair all trailers
- [x] Create customized color license plate
- [ ] Save license plate data
- [x] Save license plate data

#### Trucks

Expand All @@ -54,7 +54,7 @@ To install you will need to run the downloaded file (**.msi**) where it is likel
- [x] Fill fuel
- [x] Fill all trucks fuel
- [x] Create customized color license plate
- [ ] Save license plate data
- [x] Save license plate data
- [x] Set custom engines and transmission

#### Profiles
Expand Down
14 changes: 7 additions & 7 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "trucktools",
"private": true,
"version": "0.4.8",
"version": "0.4.9",
"type": "module",
"scripts": {
"dev": "vite",
Expand All @@ -22,11 +22,11 @@
},
"dependencies": {
"@nextui-org/react": "2.4.8",
"@tabler/icons-react": "^3.17.0",
"@tabler/icons-react": "^3.19.0",
"@tauri-apps/api": "^1.6.0",
"buffer": "^6.0.3",
"classnames": "^2.5.1",
"framer-motion": "^11.5.6",
"framer-motion": "^11.9.0",
"primereact": "^10.8.3",
"react": "^18.3.1",
"react-color-palette": "^7.3.0",
Expand All @@ -37,8 +37,8 @@
"devDependencies": {
"@eslint/js": "^9.11.1",
"@tauri-apps/cli": "^1.6.2",
"@types/node": "^22.6.1",
"@types/react": "^18.3.8",
"@types/node": "^22.7.4",
"@types/react": "^18.3.10",
"@types/react-dom": "^18.3.0",
"@types/uuid": "^10.0.0",
"@vitejs/plugin-react": "^4.3.1",
Expand All @@ -49,10 +49,10 @@
"globals": "^15.9.0",
"postcss": "^8.4.47",
"prettier": "^3.3.3",
"prettier-plugin-tailwindcss": "^0.6.6",
"prettier-plugin-tailwindcss": "^0.6.8",
"tailwindcss": "^3.4.13",
"typescript": "^5.6.2",
"typescript-eslint": "^8.7.0",
"vite": "^5.4.7"
"vite": "^5.4.8"
}
}
2 changes: 1 addition & 1 deletion src-tauri/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "trucktools"
version = "0.4.8"
version = "0.4.9"
description = "Truck Tools"
authors = ["SiberianCoffe"]
edition = "2021"
Expand Down
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": "Truck Tools",
"version": "0.4.8"
"version": "0.4.9"
},
"tauri": {
"allowlist": {
Expand Down
2 changes: 1 addition & 1 deletion src/components/Modals/AboutModal.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ const AboutModal: FC<AboutModalProps> = ({ isOpen, onOpenChange }) => {
{() => (
<>
<ModalHeader className="flex flex-col gap-1">
Truck Tools - Preview 0.4.8
Truck Tools - Preview 0.4.9
</ModalHeader>
<Divider />
<ModalBody className="flex items-center justify-center py-1">
Expand Down
2 changes: 1 addition & 1 deletion version
Original file line number Diff line number Diff line change
@@ -1 +1 @@
0.4.8
0.4.9

0 comments on commit 9155fef

Please sign in to comment.