Skip to content

Commit

Permalink
v1.2.1
Browse files Browse the repository at this point in the history
  • Loading branch information
ChurchTao committed Jan 3, 2024
1 parent 7eb60f0 commit beb5504
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "lanaya",
"private": true,
"version": "1.2.0",
"version": "1.2.1",
"type": "module",
"scripts": {
"dev": "vite",
Expand Down Expand Up @@ -43,4 +43,4 @@
"tailwindcss": "^3.3.5",
"vite": "^4.5.0"
}
}
}
2 changes: 1 addition & 1 deletion src-tauri/tauri.conf.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
},
"package": {
"productName": "Lanaya",
"version": "1.2.0"
"version": "1.2.1"
},
"tauri": {
"macOSPrivateApi": true,
Expand Down

0 comments on commit beb5504

Please sign in to comment.