Skip to content

Commit 2355d46

Browse files
committed
chore: release v3.2
1 parent 181804b commit 2355d46

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
@@ -11,5 +11,5 @@
1111
"homepage_url": "https://github.com/dzackgarza/zotero-attachment-plugin",
1212
"manifest_version": 2,
1313
"name": "Fulltext Attachment API",
14-
"version": "3.1"
14+
"version": "3.2"
1515
}

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:290382840cafaa41ad668b5c97165495309c42628efd274cf968974c97f665bc",
13-
"update_link": "https://github.com/dzackgarza/zotero-attachment-plugin/releases/download/v3.1/fulltext-attach-plugin-3.1.xpi",
14-
"version": "3.1"
12+
"update_hash": "sha256:64bb680e028cbb7079faf7bfd526690919b5d1ca366c79d3775b31d8080c7770",
13+
"update_link": "https://github.com/dzackgarza/zotero-attachment-plugin/releases/download/v3.2/fulltext-attach-plugin-3.2.xpi",
14+
"version": "3.2"
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+
VERSION = "3.2"
55

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

0 commit comments

Comments
 (0)