Skip to content

Commit

Permalink
chore: Update version to 0.6.2
Browse files Browse the repository at this point in the history
  • Loading branch information
CoffeSiberian committed Dec 10, 2024
1 parent 9951055 commit 8926c45
Show file tree
Hide file tree
Showing 5 changed files with 8 additions and 8 deletions.
8 changes: 4 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "trucktools",
"private": true,
"version": "0.6.1",
"version": "0.6.2",
"type": "module",
"scripts": {
"dev": "vite",
Expand All @@ -22,18 +22,18 @@
},
"dependencies": {
"@formkit/tempo": "^0.1.2",
"@nextui-org/react": "2.6.5",
"@nextui-org/react": "2.6.7",
"@tabler/icons-react": "^3.24.0",
"@tauri-apps/api": "^2.1.1",
"@tauri-apps/plugin-dialog": "^2.2.0",
"@tauri-apps/plugin-fs": "^2.2.0",
"@tauri-apps/plugin-process": "^2.2.0",
"@tauri-apps/plugin-shell": "^2.2.0",
"@tauri-apps/plugin-store": "^2.2.0",
"@tauri-apps/plugin-updater": "^2.2.0",
"@tauri-apps/plugin-updater": "^2.3.0",
"buffer": "^6.0.3",
"classnames": "^2.5.1",
"framer-motion": "^11.13.3",
"framer-motion": "^11.13.5",
"primereact": "^10.8.5",
"react": "^18.3.1",
"react-color-palette": "^7.3.0",
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.6.1"
version = "0.6.2"
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 @@ -22,7 +22,7 @@
},
"productName": "Truck Tools",
"mainBinaryName": "Truck Tools",
"version": "0.6.1",
"version": "0.6.2",
"identifier": "com.trucktools.dev",
"plugins": {
"updater": {
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 @@ -36,7 +36,7 @@ const AboutModal: FC<AboutModalProps> = ({ isOpen, onOpenChange }) => {
{() => (
<>
<ModalHeader className="flex flex-col gap-1">
Truck Tools - Preview 0.6.1
Truck Tools - Preview 0.6.2
</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.6.1
0.6.2

0 comments on commit 8926c45

Please sign in to comment.