We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5ae1f78 commit abfd870Copy full SHA for abfd870
1 file changed
src-tauri/tauri.conf.json
@@ -1,7 +1,7 @@
1
{
2
"$schema": "https://schema.tauri.app/config/2",
3
"productName": "NoteGen",
4
- "version": "0.22.4",
+ "version": "0.23.0",
5
"identifier": "com.codexu.NoteGen",
6
"build": {
7
"beforeDevCommand": "pnpm dev",
@@ -45,7 +45,7 @@
45
"icons/icon.ico"
46
],
47
"iOS": {
48
- "bundleVersion": "0.22.2"
+ "bundleVersion": "0.23.0"
49
}
50
},
51
"plugins": {
0 commit comments