Skip to content

Commit

Permalink
Release 0.8.1
Browse files Browse the repository at this point in the history
  • Loading branch information
stweil committed Sep 7, 2024
1 parent e8e512e commit 8395077
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 8 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.8.0"
em:version="0.8.1"
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.8.0",
"version": "0.8.1",
"description": "Zotero Plugin for OCR",
"author": "Philipp Zumstein",
"homepage_url": "https://github.com/UB-Mannheim/zotero-ocr",
Expand Down
6 changes: 3 additions & 3 deletions update.rdf
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,9 @@
"[email protected]": {
"updates": [
{
"version": "0.8.0",
"update_link": "https://github.com/UB-Mannheim/zotero-ocr/releases/download/0.8.0/zotero-ocr-0.8.0.xpi",
"update_hash": "sha256:2a50830476573a2636b345a62ef0b001560d154f522e40931aed6b1df33acfa9",
"version": "0.8.1",
"update_link": "https://github.com/UB-Mannheim/zotero-ocr/releases/download/0.8.1/zotero-ocr-0.8.1.xpi",
"update_hash": "sha256:345556bc3753a0e4c653ecb501e00a320dafba498629c4d9dc20e1bd8104a293",
"applications": {
"gecko": {
"strict_min_version": "60.0"
Expand Down
6 changes: 3 additions & 3 deletions updates.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,9 @@
"[email protected]": {
"updates": [
{
"version": "0.8.0",
"update_link": "https://github.com/UB-Mannheim/zotero-ocr/releases/download/0.8.0/zotero-ocr-0.8.0.xpi",
"update_hash": "sha256:2a50830476573a2636b345a62ef0b001560d154f522e40931aed6b1df33acfa9",
"version": "0.8.1",
"update_link": "https://github.com/UB-Mannheim/zotero-ocr/releases/download/0.8.1/zotero-ocr-0.8.1.xpi",
"update_hash": "sha256:345556bc3753a0e4c653ecb501e00a320dafba498629c4d9dc20e1bd8104a293",
"applications": {
"gecko": {
"strict_min_version": "60.0"
Expand Down

0 comments on commit 8395077

Please sign in to comment.