Skip to content

Commit f6f40f9

Browse files
committed
0.3.1
1 parent 731993b commit f6f40f9

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": "obsidian-citation-plugin",
33
"name": "Citations",
4-
"version": "0.3.0",
4+
"version": "0.3.1",
55
"minAppVersion": "0.9.20",
66
"description": "Automatically search and insert citations from a Zotero library",
77
"author": "Jon Gauthier",

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "obsidian-citation-plugin",
3-
"version": "0.3.0",
3+
"version": "0.3.1",
44
"description": "Automatically search and insert citations from a Zotero library",
55
"main": "main.js",
66
"scripts": {

versions.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,5 +3,6 @@
33
"0.1.3": "0.9.20",
44
"0.2.0": "0.9.20",
55
"0.2.1": "0.9.20",
6-
"0.3.0": "0.9.20"
6+
"0.3.0": "0.9.20",
7+
"0.3.1": "0.9.20"
78
}

0 commit comments

Comments
 (0)