diff --git a/manifest.json b/manifest.json index 5e9c022..dc65345 100644 --- a/manifest.json +++ b/manifest.json @@ -1,7 +1,7 @@ { "id": "obsidian-citation-plugin", "name": "Citations", - "version": "0.4.1", + "version": "0.4.2", "minAppVersion": "0.9.20", "description": "Automatically search and insert citations from a Zotero library", "author": "Jon Gauthier", diff --git a/package.json b/package.json index bcd2e2c..baec873 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "obsidian-citation-plugin", - "version": "0.4.1", + "version": "0.4.2", "description": "Automatically search and insert citations from a Zotero library", "main": "main.js", "scripts": { diff --git a/versions.json b/versions.json index 920bfc6..121f441 100644 --- a/versions.json +++ b/versions.json @@ -9,5 +9,6 @@ "0.3.3": "0.9.20", "0.3.4": "0.9.20", "0.4.0": "0.9.20", - "0.4.1": "0.9.20" + "0.4.1": "0.9.20", + "0.4.2": "0.9.20" }