Skip to content

Commit

Permalink
Release 0.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
daeh committed Mar 27, 2024
1 parent 46a52bb commit 70b1e86
Show file tree
Hide file tree
Showing 4 changed files with 20 additions and 7 deletions.
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "markdb-connect",
"version": "0.1.0-rc.7",
"version": "0.1.0",
"description": "Zotero plugin that links your Markdown database to Zotero.",
"author": "Dae Houlihan <[email protected]> (https://daeh.info)",
"license": "MIT",
Expand Down
4 changes: 2 additions & 2 deletions update-beta.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@
"[email protected]": {
"updates": [
{
"version": "0.1.0-rc.7",
"update_link": "https://github.com/daeh/zotero-markdb-connect/releases/download/v0.1.0-rc.7/markdb-connect-0.1.0-rc.7.xpi",
"version": "0.1.0",
"update_link": "https://github.com/daeh/zotero-markdb-connect/releases/latest/download/markdb-connect-0.1.0.xpi",
"applications": {
"zotero": {
"strict_min_version": "6.999"
Expand Down
17 changes: 15 additions & 2 deletions update.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@
"[email protected]": {
"updates": [
{
"version": "0.1.0-rc.6",
"update_link": "https://github.com/daeh/zotero-markdb-connect/releases/download/v0.1.0-rc.6/markdb-connect-0.1.0-rc.6.xpi",
"version": "0.1.0",
"update_link": "https://github.com/daeh/zotero-markdb-connect/releases/latest/download/markdb-connect-0.1.0.xpi",
"applications": {
"zotero": {
"strict_min_version": "6.999"
Expand All @@ -22,6 +22,19 @@
}
}
]
},
"[email protected]": {
"updates": [
{
"version": "0.1.0-rc.5",
"update_link": "https://github.com/daeh/zotero-markdb-connect/releases/download/v0.1.0-rc.5/markdb-connect-0.1.0-rc.5.xpi",
"applications": {
"zotero": {
"strict_min_version": "6.999"
}
}
}
]
}
}
}

0 comments on commit 70b1e86

Please sign in to comment.