Skip to content

Commit 78c435f

Browse files
committed
chore: release v3.1.5
1 parent e131a22 commit 78c435f

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
lines changed

fulltext-attach-plugin/manifest.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,5 +16,5 @@
1616
},
1717
"manifest_version": 2,
1818
"name": "Fulltext Attachment API",
19-
"version": "3.1.4"
19+
"version": "3.1.5"
2020
}

fulltext-attach-plugin/updates.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -9,9 +9,9 @@
99
"strict_min_version": "7.0"
1010
}
1111
},
12-
"update_hash": "sha256:3b1f782df00489d6b3fea33b84948947808e527bc86e07067f5561bf4c50d05f",
13-
"update_link": "https://github.com/dzackgarza/zotero-attachment-plugin/releases/download/v3.1.4/fulltext-attach-plugin-3.1.4.xpi",
14-
"version": "3.1.4"
12+
"update_hash": "sha256:63a6085ae0b6b2e3347cda8b223b16c7c9ef63e960ccca3989a27104895fdd02",
13+
"update_link": "https://github.com/dzackgarza/zotero-attachment-plugin/releases/download/v3.1.5/fulltext-attach-plugin-3.1.5.xpi",
14+
"version": "3.1.5"
1515
}
1616
]
1717
}

fulltext-attach-plugin/version.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
#!/usr/bin/env python3
22
"""Canonical release metadata for the Zotero attachment plugin."""
33

4-
VERSION = "3.1.4"
4+
VERSION = "3.1.5"
55

66
REPO_OWNER = "dzackgarza"
77
REPO_NAME = "zotero-attachment-plugin"

0 commit comments

Comments
 (0)