Skip to content

Commit

Permalink
Release 0.7.0
Browse files Browse the repository at this point in the history
Signed-off-by: Stefan Weil <[email protected]>
  • Loading branch information
stweil committed Mar 26, 2024
1 parent 2e27f7f commit 50deaf9
Show file tree
Hide file tree
Showing 4 changed files with 32 additions and 33 deletions.
2 changes: 1 addition & 1 deletion src/install.rdf
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
RDF:about="urn:mozilla:install-manifest"
em:id="[email protected]"
em:name="Zotero OCR"
em:version="0.6.0"
em:version="0.7.0"
em:iconURL="chrome://zoteroocr/skin/ubmannheim.png"
em:icon64URL="chrome://zoteroocr/skin/ubmannheim64x64.png"
em:creator="Philipp Zumstein"
Expand Down
2 changes: 1 addition & 1 deletion src/manifest.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"manifest_version": 2,
"name": "Zotero OCR",
"version": "0.6.1",
"version": "0.7.0",
"description": "Zotero Plugin for OCR",
"author": "Philipp Zumstein",
"homepage_url": "https://github.com/UB-Mannheim/zotero-ocr",
Expand Down
53 changes: 23 additions & 30 deletions update.rdf
Original file line number Diff line number Diff line change
@@ -1,30 +1,23 @@
<?xml version="1.0" encoding="utf-8" ?>
<rdf:RDF xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:em="http://www.mozilla.org/2004/em-rdf#">
<rdf:Description rdf:about="urn:mozilla:extension:[email protected]">
<em:updates>
<rdf:Seq>
<rdf:li>
<rdf:Description>
<em:version>0.6.0</em:version>
<em:targetApplication>
<rdf:Description>
<em:id>[email protected]</em:id>
<em:minVersion>5.0</em:minVersion>
<em:maxVersion>6.*</em:maxVersion>
<em:updateLink>https://github.com/UB-Mannheim/zotero-ocr/releases/download/0.6.0/zotero-ocr-0.6.0.xpi</em:updateLink>
</rdf:Description>
</em:targetApplication>
<em:targetApplication>
<rdf:Description>
<em:id>[email protected]</em:id>
<em:minVersion>5.0</em:minVersion>
<em:maxVersion>6.*</em:maxVersion>
<em:updateLink>https://github.com/UB-Mannheim/zotero-ocr/releases/download/0.6.0/zotero-ocr-0.6.0.xpi</em:updateLink>
</rdf:Description>
</em:targetApplication>
</rdf:Description>
</rdf:li>
</rdf:Seq>
</em:updates>
</rdf:Description>
</rdf:RDF>
{
"addons": {
"[email protected]": {
"updates": [
{
"version": "0.7.0",
"update_link": "https://github.com/UB-Mannheim/zotero-ocr/releases/tag/0.7.0/zotero-ocr-0.7.0.xpi",
"update_hash": "sha256:449750650f56362595b2a3d4445e81d80638709fc27bcc6cf2e72974c91d3f27",
"applications": {
"gecko": {
"strict_min_version": "60.9",
"strict_max_version": "60.9"
},
"zotero": {
"strict_min_version": "6.999",
"strict_max_version": "7.0.*"
}
}
}
]
}
}
}
8 changes: 7 additions & 1 deletion updates.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,9 +5,15 @@
{
"version": "0.7.0",
"update_link": "https://github.com/UB-Mannheim/zotero-ocr/releases/tag/0.7.0/zotero-ocr-0.7.0.xpi",
"update_hash": "sha256:449750650f56362595b2a3d4445e81d80638709fc27bcc6cf2e72974c91d3f27",
"applications": {
"gecko": {
"strict_min_version": "60.9",
"strict_max_version": "60.9"
},
"zotero": {
"strict_min_version": "6.999"
"strict_min_version": "6.999",
"strict_max_version": "7.0.*"
}
}
}
Expand Down

0 comments on commit 50deaf9

Please sign in to comment.