We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 90b08fe commit bccd815Copy full SHA for bccd815
src-tauri/tauri.conf.json
@@ -1,11 +1,11 @@
1
{
2
"$schema": "https://schema.tauri.app/config/2",
3
"productName": "NoteGen",
4
- "version": "0.23.5",
+ "version": "0.23.6",
5
"identifier": "com.codexu.NoteGen",
6
"build": {
7
"beforeDevCommand": "pnpm dev",
8
- "devUrl": "http://localhost:3456",
+ "devUrl": "http://localhost:3466",
9
"beforeBuildCommand": "pnpm build",
10
"frontendDist": "../out"
11
},
@@ -45,7 +45,7 @@
45
"icons/icon.ico"
46
],
47
"iOS": {
48
- "bundleVersion": "0.23.5"
+ "bundleVersion": "0.23.6"
49
50
"macOS": {
51
"minimumSystemVersion": "10.13",
0 commit comments