Skip to content

Commit 48edf43

Browse files
committed
version bump
1 parent 0ce26ad commit 48edf43

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.1",
4+
"version": "0.4.2",
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.1",
3+
"version": "0.4.2",
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
@@ -9,5 +9,6 @@
99
"0.3.3": "0.9.20",
1010
"0.3.4": "0.9.20",
1111
"0.4.0": "0.9.20",
12-
"0.4.1": "0.9.20"
12+
"0.4.1": "0.9.20",
13+
"0.4.2": "0.9.20"
1314
}

0 commit comments

Comments
 (0)