We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3693668 commit 2d18619Copy full SHA for 2d18619
2 files changed
package.json
@@ -1,7 +1,7 @@
1
{
2
"name": "ddu",
3
"type": "module",
4
- "version": "0.1.3",
+ "version": "0.1.4",
5
"private": true,
6
"scripts": {
7
"dev": "vite",
src-tauri/tauri.conf.json
"$schema": "https://schema.tauri.app/config/2.0.0",
"productName": "Ddu",
"identifier": "com.ddu.app",
"build": {
"beforeDevCommand": "pnpm dev",
0 commit comments