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 0ce26ad commit 48edf43Copy full SHA for 48edf43
manifest.json
@@ -1,7 +1,7 @@
1
{
2
"id": "obsidian-citation-plugin",
3
"name": "Citations",
4
- "version": "0.4.1",
+ "version": "0.4.2",
5
"minAppVersion": "0.9.20",
6
"description": "Automatically search and insert citations from a Zotero library",
7
"author": "Jon Gauthier",
package.json
@@ -1,6 +1,6 @@
"name": "obsidian-citation-plugin",
"main": "main.js",
"scripts": {
versions.json
@@ -9,5 +9,6 @@
9
"0.3.3": "0.9.20",
10
"0.3.4": "0.9.20",
11
"0.4.0": "0.9.20",
12
- "0.4.1": "0.9.20"
+ "0.4.1": "0.9.20",
13
+ "0.4.2": "0.9.20"
14
}
0 commit comments