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 731993b commit f6f40f9Copy full SHA for f6f40f9
manifest.json
@@ -1,7 +1,7 @@
1
{
2
"id": "obsidian-citation-plugin",
3
"name": "Citations",
4
- "version": "0.3.0",
+ "version": "0.3.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
@@ -3,5 +3,6 @@
"0.1.3": "0.9.20",
"0.2.0": "0.9.20",
"0.2.1": "0.9.20",
- "0.3.0": "0.9.20"
+ "0.3.0": "0.9.20",
+ "0.3.1": "0.9.20"
8
}
0 commit comments