version bump

This commit is contained in:
Jon Gauthier
2021-08-20 12:20:35 -04:00
parent 3c733307d8
commit 5f7e3f2163
3 changed files with 4 additions and 3 deletions

View File

@@ -1,7 +1,7 @@
{
"id": "obsidian-citation-plugin",
"name": "Citations",
"version": "0.4.3",
"version": "0.4.4",
"minAppVersion": "0.9.20",
"description": "Automatically search and insert citations from a Zotero library",
"author": "Jon Gauthier",

View File

@@ -1,6 +1,6 @@
{
"name": "obsidian-citation-plugin",
"version": "0.4.3",
"version": "0.4.4",
"description": "Automatically search and insert citations from a Zotero library",
"main": "main.js",
"scripts": {

View File

@@ -11,5 +11,6 @@
"0.4.0": "0.9.20",
"0.4.1": "0.9.20",
"0.4.2": "0.9.20",
"0.4.3": "0.9.20"
"0.4.3": "0.9.20",
"0.4.4": "0.9.20"
}