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 d96429a commit 43bf66fCopy full SHA for 43bf66f
manifest.json
@@ -1,7 +1,7 @@
1
{
2
"id": "obsidian-citation-plugin",
3
"name": "Citations",
4
- "version": "0.4.0",
+ "version": "0.4.1",
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
@@ -8,5 +8,6 @@
8
"0.3.2": "0.9.20",
9
"0.3.3": "0.9.20",
10
"0.3.4": "0.9.20",
11
- "0.4.0": "0.9.20"
+ "0.4.0": "0.9.20",
12
+ "0.4.1": "0.9.20"
13
}
0 commit comments