Skip to content

Commit

Permalink
chore: Update version to 0.4.3
Browse files Browse the repository at this point in the history
  • Loading branch information
CoffeSiberian committed Aug 30, 2024
1 parent abecd1a commit 0d98015
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.2",
"version": "0.4.3",
"type": "module",
"scripts": {
"dev": "vite",
Expand All @@ -25,7 +25,7 @@
"@tauri-apps/api": "^1.6.0",
"buffer": "^6.0.3",
"classnames": "^2.5.1",
"framer-motion": "^11.3.30",
"framer-motion": "^11.3.31",
"primereact": "^10.8.2",
"react": "^18.3.1",
"react-color-palette": "^7.2.2",
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.2"
version = "0.4.3"
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.2"
"version": "0.4.3"
},
"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.2
Truck Tools - Preview 0.4.3
</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.2
0.4.3

0 comments on commit 0d98015

Please sign in to comment.