Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion bin/build
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

cd ..

version='2.0'
version='2.1'

rm -f zoterocitationcountsmanager-${version}.xpi
zip -r zoterocitationcountsmanager-${version}.xpi locale/* manifest.json bootstrap.js preferences.js preferences.xhtml prefs.js zoterocitationcounts.js
Expand Down
6 changes: 3 additions & 3 deletions manifest.json
Original file line number Diff line number Diff line change
@@ -1,15 +1,15 @@
{
"manifest_version": 2,
"name": "Zotero Citation Counts Manager",
"version": "2.0",
"description": "Enhanced Citation Counts Manager for Zotero 7",
"version": "2.1",
"description": "Enhanced Citation Counts Manager for Zotero 7, edided for Zotero 8 by Adrian",
"homepage_url": "https://github.com/FrLars21/ZoteroCitationCountsManager",
"applications": {
"zotero": {
"id": "frlars21@github.com",
"update_url": "https://www.zotero.org/download/plugins/make-it-red/updates.json",
"strict_min_version": "6.999",
"strict_max_version": "7.0.*"
"strict_max_version": "8.*"
}
}
}