We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2627f74 commit 6615d99Copy full SHA for 6615d99
2 files changed
src-tauri/Cargo.toml
@@ -1,6 +1,6 @@
1
[package]
2
name = "quick-capture"
3
-version = "1.9.1"
+version = "1.9.2"
4
description = "Quick Capture to Daily Note"
5
authors = ["Martin Betz"]
6
edition = "2021"
src-tauri/tauri.conf.json
@@ -15,7 +15,7 @@
15
},
16
"productName": "Quick Capture",
17
"mainBinaryName": "Quick Capture",
18
- "version": "1.9.1",
+ "version": "1.9.2",
19
"identifier": "com.martinbetz.eu",
20
"plugins": {},
21
"app": {
0 commit comments