diff --git a/update-beta.json b/update-beta.json index 04a7a21..1c8cfa4 100644 --- a/update-beta.json +++ b/update-beta.json @@ -3,11 +3,13 @@ "Knowledge4Zotero@windingwind.com": { "updates": [ { - "version": "1.1.4-beta.75", - "update_link": "https://github.com/windingwind/zotero-better-notes/releases//download/v1.1.4-beta.75/better-notes-for-zotero.xpi", + "version": "2.0.0", + "update_link": "https://github.com/windingwind/zotero-better-notes/releases/download/v2.0.0/better-notes-for-zotero.xpi", + "update_hash": "sha512:eb8bcbcb70848ba0a51eb20a6ee0f597428a4df76e3a3db85f4eaae43f6ebd500e32fdf6d274a090e25dd52951d5e0f3989521f90c253de7b257c6974dfa5644", "applications": { "zotero": { - "strict_min_version": "7.0.0-beta.70" + "strict_min_version": "7.0.0-beta.70", + "strict_max_version": "7.0.*" } } } diff --git a/update.json b/update.json index 9c2b2dc..1c8cfa4 100644 --- a/update.json +++ b/update.json @@ -3,20 +3,13 @@ "Knowledge4Zotero@windingwind.com": { "updates": [ { - "version": "1.1.4-3", - "update_link": "https://github.com/windingwind/zotero-better-notes/releases/latest/download/zotero-better-notes.xpi", - "applications": { - "gecko": { - "strict_min_version": "60.0" - } - } - }, - { - "version": "1.1.4-3", - "update_link": "https://github.com/windingwind/zotero-better-notes/releases/latest/download/zotero-better-notes.xpi", + "version": "2.0.0", + "update_link": "https://github.com/windingwind/zotero-better-notes/releases/download/v2.0.0/better-notes-for-zotero.xpi", + "update_hash": "sha512:eb8bcbcb70848ba0a51eb20a6ee0f597428a4df76e3a3db85f4eaae43f6ebd500e32fdf6d274a090e25dd52951d5e0f3989521f90c253de7b257c6974dfa5644", "applications": { "zotero": { - "strict_min_version": "6.999" + "strict_min_version": "7.0.0-beta.70", + "strict_max_version": "7.0.*" } } } diff --git a/update.rdf b/update.rdf index fc53b70..1c8cfa4 100644 --- a/update.rdf +++ b/update.rdf @@ -1,30 +1,19 @@ - - - - - - - - 1.0.4 - - - zotero@chnm.gmu.edu - 5.999 - * - https://github.com/windingwind/zotero-better-notes/releases/download/1.0.4/zotero-better-notes.xpi - - - - - juris-m@juris-m.github.io - 5.999 - * - https://github.com/windingwind/zotero-better-notes/releases/download/1.0.4/zotero-better-notes.xpi - - - - - - - - \ No newline at end of file +{ + "addons": { + "Knowledge4Zotero@windingwind.com": { + "updates": [ + { + "version": "2.0.0", + "update_link": "https://github.com/windingwind/zotero-better-notes/releases/download/v2.0.0/better-notes-for-zotero.xpi", + "update_hash": "sha512:eb8bcbcb70848ba0a51eb20a6ee0f597428a4df76e3a3db85f4eaae43f6ebd500e32fdf6d274a090e25dd52951d5e0f3989521f90c253de7b257c6974dfa5644", + "applications": { + "zotero": { + "strict_min_version": "7.0.0-beta.70", + "strict_max_version": "7.0.*" + } + } + } + ] + } + } +}