Skip to content

Commit

Permalink
fix breaking changes from BetterBibTeX KeyManager
Browse files Browse the repository at this point in the history
  • Loading branch information
daeh committed Oct 25, 2023
1 parent b91cc7f commit f6f4db1
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion bin/build.sh
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
#!/bin/sh

version='0.0.24'
version='0.0.25'

rm -f MarkDBConnect-${version}.xpi
zip -r MarkDBConnect-${version}.xpi chrome/* defaults/* chrome.manifest install.rdf -x "*.DS_Store"
Expand Down
2 changes: 1 addition & 1 deletion chrome/content/scripts/mdbconnect.js
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ if (typeof Zotero === 'undefined') {


Zotero.MarkDBconnect = {
version: '0.0.24',
version: '0.0.25',
folderSep: null,
cleanrun: true,
suppressNotifications: false,
Expand Down
2 changes: 1 addition & 1 deletion install.rdf
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<Description about="urn:mozilla:install-manifest">
<em:id>[email protected]</em:id>
<em:name>MarkDBConnect</em:name>
<em:version>0.0.24</em:version>
<em:version>0.0.25</em:version>
<em:type>2</em:type>
<em:creator>Dae Houlihan</em:creator>
<em:description>Add a tag to Zotero items that have a external note.</em:description>
Expand Down
4 changes: 2 additions & 2 deletions update.rdf
Original file line number Diff line number Diff line change
Expand Up @@ -6,13 +6,13 @@
<rdf:Seq>
<rdf:li>
<rdf:Description>
<em:version>0.0.24</em:version>
<em:version>0.0.25</em:version>
<em:targetApplication>
<rdf:Description>
<em:id>[email protected]</em:id>
<em:minVersion>5.0.0</em:minVersion>
<em:maxVersion>6.0.*</em:maxVersion>
<em:updateLink>https://github.com/daeh/zotero-markdb-connect/releases/download/v0.0.24/MarkDBConnect-0.0.24.xpi</em:updateLink>
<em:updateLink>https://github.com/daeh/zotero-markdb-connect/releases/download/v0.0.25/MarkDBConnect-0.0.25.xpi</em:updateLink>
</rdf:Description>
</em:targetApplication>

Expand Down

0 comments on commit f6f4db1

Please sign in to comment.