Skip to content

Commit bccd815

Browse files
committed
release: v0.23.6
1 parent 90b08fe commit bccd815

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

src-tauri/tauri.conf.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
11
{
22
"$schema": "https://schema.tauri.app/config/2",
33
"productName": "NoteGen",
4-
"version": "0.23.5",
4+
"version": "0.23.6",
55
"identifier": "com.codexu.NoteGen",
66
"build": {
77
"beforeDevCommand": "pnpm dev",
8-
"devUrl": "http://localhost:3456",
8+
"devUrl": "http://localhost:3466",
99
"beforeBuildCommand": "pnpm build",
1010
"frontendDist": "../out"
1111
},
@@ -45,7 +45,7 @@
4545
"icons/icon.ico"
4646
],
4747
"iOS": {
48-
"bundleVersion": "0.23.5"
48+
"bundleVersion": "0.23.6"
4949
},
5050
"macOS": {
5151
"minimumSystemVersion": "10.13",

0 commit comments

Comments
 (0)