Skip to content

Commit 41744eb

Browse files
release(version): Release 2.9.3 [skip ci]
## [2.9.3](2.9.2...2.9.3) (2025-12-15) ### Bug Fixes * add structuredClone fallback for Android ([#1018](#1018)) ([d1a3eed](d1a3eed))
1 parent d1a3eed commit 41744eb

File tree

3 files changed

+4
-3
lines changed

3 files changed

+4
-3
lines changed

manifest.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"id": "quickadd",
33
"name": "QuickAdd",
4-
"version": "2.9.2",
4+
"version": "2.9.3",
55
"minAppVersion": "1.6.0",
66
"description": "Quickly add new pages or content to your vault.",
77
"author": "Christian B. B. Houmann",

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "quickadd",
3-
"version": "2.9.2",
3+
"version": "2.9.3",
44
"description": "Quickly add new pages or content to your vault.",
55
"main": "main.js",
66
"scripts": {

versions.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -99,5 +99,6 @@
9999
"2.8.0": "1.6.0",
100100
"2.9.0": "1.6.0",
101101
"2.9.1": "1.6.0",
102-
"2.9.2": "1.6.0"
102+
"2.9.2": "1.6.0",
103+
"2.9.3": "1.6.0"
103104
}

0 commit comments

Comments
 (0)