Skip to content

Commit 8310460

Browse files
committed
Release 0.9.2
1 parent 9984002 commit 8310460

File tree

4 files changed

+8
-8
lines changed

4 files changed

+8
-8
lines changed

src/install.rdf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
RDF:about="urn:mozilla:install-manifest"
77
88
em:name="Zotero OCR"
9-
em:version="0.9.1"
9+
em:version="0.9.2"
1010
em:iconURL="chrome://zoteroocr/skin/ubmannheim.png"
1111
em:icon64URL="chrome://zoteroocr/skin/ubmannheim64x64.png"
1212
em:creator="Philipp Zumstein"

src/manifest.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"manifest_version": 2,
33
"name": "Zotero OCR",
4-
"version": "0.9.1",
4+
"version": "0.9.2",
55
"description": "Zotero Plugin for OCR",
66
"author": "Philipp Zumstein",
77
"homepage_url": "https://github.com/UB-Mannheim/zotero-ocr",

update.rdf

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,9 +3,9 @@
33
44
"updates": [
55
{
6-
"version": "0.9.1",
7-
"update_link": "https://github.com/UB-Mannheim/zotero-ocr/releases/download/0.9.1/zotero-ocr-0.9.1.xpi",
8-
"update_hash": "sha256:4d66a15909954da17b58b182027d3d8d0faa023c59aac513f5396c3465692d83",
6+
"version": "0.9.2",
7+
"update_link": "https://github.com/UB-Mannheim/zotero-ocr/releases/download/0.9.2/zotero-ocr-0.9.2.xpi",
8+
"update_hash": "sha256:6d34154c4296d148a3d82695e18c0b89101416fd43a2f9f7eae9fa20144d293c",
99
"applications": {
1010
"gecko": {
1111
"strict_min_version": "60.0"

updates.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,9 +3,9 @@
33
44
"updates": [
55
{
6-
"version": "0.9.1",
7-
"update_link": "https://github.com/UB-Mannheim/zotero-ocr/releases/download/0.9.1/zotero-ocr-0.9.1.xpi",
8-
"update_hash": "sha256:4d66a15909954da17b58b182027d3d8d0faa023c59aac513f5396c3465692d83",
6+
"version": "0.9.2",
7+
"update_link": "https://github.com/UB-Mannheim/zotero-ocr/releases/download/0.9.2/zotero-ocr-0.9.2.xpi",
8+
"update_hash": "sha256:6d34154c4296d148a3d82695e18c0b89101416fd43a2f9f7eae9fa20144d293c",
99
"applications": {
1010
"gecko": {
1111
"strict_min_version": "60.0"

0 commit comments

Comments
 (0)