Skip to content

Commit

Permalink
chore: Update version to 0.4.6
Browse files Browse the repository at this point in the history
  • Loading branch information
CoffeSiberian committed Sep 17, 2024
1 parent fb014a3 commit b7c1725
Show file tree
Hide file tree
Showing 6 changed files with 14 additions and 14 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@ To install you will need to run the downloaded file (**.msi**) where it is likel
- [x] Profile backup
- [x] Clone profile
- [x] Clone config
- [ ] Rename profiles
- [x] Rename profiles

#### Settings

Expand Down
18 changes: 9 additions & 9 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "trucktools",
"private": true,
"version": "0.4.5",
"version": "0.4.6",
"type": "module",
"scripts": {
"dev": "vite",
Expand All @@ -21,23 +21,23 @@
]
},
"dependencies": {
"@nextui-org/react": "2.4.7",
"@tabler/icons-react": "^3.16.0",
"@nextui-org/react": "2.4.8",
"@tabler/icons-react": "^3.17.0",
"@tauri-apps/api": "^1.6.0",
"buffer": "^6.0.3",
"classnames": "^2.5.1",
"framer-motion": "^11.5.4",
"primereact": "^10.8.2",
"primereact": "^10.8.3",
"react": "^18.3.1",
"react-color-palette": "^7.3.0",
"react-dom": "^18.3.1",
"tauri-plugin-store-api": "github:tauri-apps/tauri-plugin-store#v1"
},
"devDependencies": {
"@eslint/js": "^9.10.0",
"@tauri-apps/cli": "^1.6.1",
"@tauri-apps/cli": "^1.6.2",
"@types/node": "^22.5.5",
"@types/react": "^18.3.5",
"@types/react": "^18.3.7",
"@types/react-dom": "^18.3.0",
"@vitejs/plugin-react": "^4.3.1",
"autoprefixer": "^10.4.20",
Expand All @@ -48,9 +48,9 @@
"postcss": "^8.4.47",
"prettier": "^3.3.3",
"prettier-plugin-tailwindcss": "^0.6.6",
"tailwindcss": "^3.4.11",
"tailwindcss": "^3.4.12",
"typescript": "^5.6.2",
"typescript-eslint": "^8.5.0",
"vite": "^5.4.5"
"typescript-eslint": "^8.6.0",
"vite": "^5.4.6"
}
}
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.5"
version = "0.4.6"
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.5"
"version": "0.4.6"
},
"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 }) => {
{() => (
<>
<ModalHeader className="flex flex-col gap-1">
Truck Tools - Preview 0.4.5
Truck Tools - Preview 0.4.6
</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.5
0.4.6

0 comments on commit b7c1725

Please sign in to comment.