Skip to content

Commit 43bf66f

Browse files
committed
0.4.1
1 parent d96429a commit 43bf66f

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.4.0",
4+
"version": "0.4.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.4.0",
3+
"version": "0.4.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
@@ -8,5 +8,6 @@
88
"0.3.2": "0.9.20",
99
"0.3.3": "0.9.20",
1010
"0.3.4": "0.9.20",
11-
"0.4.0": "0.9.20"
11+
"0.4.0": "0.9.20",
12+
"0.4.1": "0.9.20"
1213
}

0 commit comments

Comments
 (0)