Skip to content

Commit

Permalink
0.4.1
Browse files Browse the repository at this point in the history
  • Loading branch information
hans committed Jan 14, 2021
1 parent d96429a commit 43bf66f
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 3 deletions.
2 changes: 1 addition & 1 deletion manifest.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"id": "obsidian-citation-plugin",
"name": "Citations",
"version": "0.4.0",
"version": "0.4.1",
"minAppVersion": "0.9.20",
"description": "Automatically search and insert citations from a Zotero library",
"author": "Jon Gauthier",
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "obsidian-citation-plugin",
"version": "0.4.0",
"version": "0.4.1",
"description": "Automatically search and insert citations from a Zotero library",
"main": "main.js",
"scripts": {
Expand Down
3 changes: 2 additions & 1 deletion versions.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,5 +8,6 @@
"0.3.2": "0.9.20",
"0.3.3": "0.9.20",
"0.3.4": "0.9.20",
"0.4.0": "0.9.20"
"0.4.0": "0.9.20",
"0.4.1": "0.9.20"
}

0 comments on commit 43bf66f

Please sign in to comment.