Skip to content

Commit

Permalink
chore: Update version to 0.4.4
Browse files Browse the repository at this point in the history
  • Loading branch information
CoffeSiberian committed Aug 31, 2024
1 parent 851aa1d commit afab3c8
Show file tree
Hide file tree
Showing 5 changed files with 6 additions and 6 deletions.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "trucktools",
"private": true,
"version": "0.4.3",
"version": "0.4.4",
"type": "module",
"scripts": {
"dev": "vite",
Expand Down Expand Up @@ -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",
Expand Down
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.3"
version = "0.4.4"
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.3"
"version": "0.4.4"
},
"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 @@ -32,7 +32,7 @@ const AboutModal: FC<AboutModalProps> = ({ isOpen, onOpenChange }) => {
{(_onClose) => (
<>
<ModalHeader className="flex flex-col gap-1">
Truck Tools - Preview 0.4.3
Truck Tools - Preview 0.4.4
</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.3
0.4.4

0 comments on commit afab3c8

Please sign in to comment.