diff --git a/README.md b/README.md index 22f4a59..207439a 100644 --- a/README.md +++ b/README.md @@ -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 @@ -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 diff --git a/package.json b/package.json index 3c42a85..9ba3779 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "trucktools", "private": true, - "version": "0.4.8", + "version": "0.4.9", "type": "module", "scripts": { "dev": "vite", @@ -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", @@ -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", @@ -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" } } diff --git a/src-tauri/Cargo.toml b/src-tauri/Cargo.toml index 3a0d3e8..95c88f9 100644 --- a/src-tauri/Cargo.toml +++ b/src-tauri/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "trucktools" -version = "0.4.8" +version = "0.4.9" description = "Truck Tools" authors = ["SiberianCoffe"] edition = "2021" diff --git a/src-tauri/tauri.conf.json b/src-tauri/tauri.conf.json index bbfe292..c419ffe 100644 --- a/src-tauri/tauri.conf.json +++ b/src-tauri/tauri.conf.json @@ -8,7 +8,7 @@ }, "package": { "productName": "Truck Tools", - "version": "0.4.8" + "version": "0.4.9" }, "tauri": { "allowlist": { diff --git a/src/components/Modals/AboutModal.tsx b/src/components/Modals/AboutModal.tsx index 1aed8bd..799beaa 100644 --- a/src/components/Modals/AboutModal.tsx +++ b/src/components/Modals/AboutModal.tsx @@ -35,7 +35,7 @@ const AboutModal: FC = ({ isOpen, onOpenChange }) => { {() => ( <> - Truck Tools - Preview 0.4.8 + Truck Tools - Preview 0.4.9 diff --git a/version b/version index c650d5a..5cd6428 100644 --- a/version +++ b/version @@ -1 +1 @@ -0.4.8 \ No newline at end of file +0.4.9 \ No newline at end of file