Skip to content

Commit

Permalink
finish reID
Browse files Browse the repository at this point in the history
  • Loading branch information
daeh committed Dec 15, 2023
1 parent d3f7cfa commit 6839f88
Show file tree
Hide file tree
Showing 5 changed files with 57 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
[![GitHub release (with filter)](https://img.shields.io/github/v/release/daeh/zotero-markdb-connect?style=for-the-badge&filter=*v0.1.0*)](https://github.com/daeh/zotero-markdb-connect/releases/tag/v0.1.0-rc.4)
[![GitHub release (with filter)](https://img.shields.io/github/v/release/daeh/zotero-markdb-connect?style=for-the-badge&filter=*v0.1.0*)](https://github.com/daeh/zotero-markdb-connect/releases/tag/v0.1.0-rc.6)

<!-- [![GitHub release (latest by date)](https://img.shields.io/github/v/release/daeh/zotero-markdb-connect?style=for-the-badge)](https://github.com/daeh/zotero-markdb-connect/releases/latest) [![GitHub all releases](https://img.shields.io/github/downloads/daeh/zotero-markdb-connect/total?style=for-the-badge&color=forestgreen)](https://github.com/daeh/zotero-markdb-connect/releases/latest) -->

Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
"description": "Zotero plugin that links your Markdown database to Zotero.",
"config": {
"addonName": "MarkDB-Connect",
"addonID": "dev@daeh.info",
"addonID": "daeda@mit.edu",
"addonRef": "mdbc",
"addonInstance": "MDBC",
"prefsPrefix": "extensions.zotero.mdbc",
Expand Down
23 changes: 23 additions & 0 deletions scripts/update-template.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,29 @@
"strict_min_version": "6.999"
}
}
},
{
"version": "0.0.27",
"update_link": "https://github.com/daeh/zotero-markdb-connect/releases/download/v0.0.27/markdb-connect-0.0.27.xpi",
"applications": {
"gecko": {
"strict_min_version": "60.9",
"strict_max_version": "60.9"
}
}
}
]
},
"dev@daeh.info": {
"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"
}
}
}
]
}
Expand Down
23 changes: 23 additions & 0 deletions update-beta.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,28 @@
{
"addons": {
"daeda@mit.edu": {
"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",
"applications": {
"zotero": {
"strict_min_version": "6.999"
}
}
},
{
"version": "0.0.27",
"update_link": "https://github.com/daeh/zotero-markdb-connect/releases/download/v0.0.27/markdb-connect-0.0.27.xpi",
"applications": {
"gecko": {
"strict_min_version": "60.9",
"strict_max_version": "60.9"
}
}
}
]
},
"dev@daeh.info": {
"updates": [
{
Expand Down
9 changes: 9 additions & 0 deletions update.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,15 @@
"addons": {
"daeda@mit.edu": {
"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",
"applications": {
"zotero": {
"strict_min_version": "6.999"
}
}
},
{
"version": "0.0.27",
"update_link": "https://github.com/daeh/zotero-markdb-connect/releases/download/v0.0.27/markdb-connect-0.0.27.xpi",
Expand Down

0 comments on commit 6839f88

Please sign in to comment.