diff --git a/package.json b/package.json index e112851..c6f70b0 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "trucktools", "private": true, - "version": "0.4.3", + "version": "0.4.4", "type": "module", "scripts": { "dev": "vite", @@ -36,7 +36,7 @@ "devDependencies": { "@tauri-apps/cli": "^1.6.1", "@types/node": "^22.5.1", - "@types/react": "^18.3.4", + "@types/react": "^18.3.5", "@types/react-dom": "^18.3.0", "@vitejs/plugin-react": "^4.3.1", "autoprefixer": "^10.4.20", diff --git a/src-tauri/Cargo.toml b/src-tauri/Cargo.toml index 1af185f..ed0696e 100644 --- a/src-tauri/Cargo.toml +++ b/src-tauri/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "trucktools" -version = "0.4.3" +version = "0.4.4" description = "Truck Tools" authors = ["SiberianCoffe"] edition = "2021" diff --git a/src-tauri/tauri.conf.json b/src-tauri/tauri.conf.json index 92e34df..e2726fe 100644 --- a/src-tauri/tauri.conf.json +++ b/src-tauri/tauri.conf.json @@ -8,7 +8,7 @@ }, "package": { "productName": "Truck Tools", - "version": "0.4.3" + "version": "0.4.4" }, "tauri": { "allowlist": { diff --git a/src/components/Modals/AboutModal.tsx b/src/components/Modals/AboutModal.tsx index 160351c..0e4ae1b 100644 --- a/src/components/Modals/AboutModal.tsx +++ b/src/components/Modals/AboutModal.tsx @@ -32,7 +32,7 @@ const AboutModal: FC = ({ isOpen, onOpenChange }) => { {(_onClose) => ( <> - Truck Tools - Preview 0.4.3 + Truck Tools - Preview 0.4.4 diff --git a/version b/version index 70d5b25..b300caa 100644 --- a/version +++ b/version @@ -1 +1 @@ -0.4.3 \ No newline at end of file +0.4.4 \ No newline at end of file