Skip to content

Commit

Permalink
Release 1.0.0-14
Browse files Browse the repository at this point in the history
  • Loading branch information
windingwind committed Sep 16, 2023
1 parent 119736e commit 57eca2d
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "zotero-actions-tags",
"version": "1.0.0-13",
"version": "1.0.0-14",
"description": "Action it, tag it, sorted.",
"config": {
"addonName": "Actions and Tags for Zotero",
Expand Down
6 changes: 3 additions & 3 deletions src/hooks.ts
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ async function onStartup() {

await addon.api.actionManager.dispatchActionByEvent(
ActionEventTypes.programStartup,
{}
{},
);

await onMainWindowLoad(window);
Expand All @@ -41,7 +41,7 @@ async function onMainWindowLoad(win: Window): Promise<void> {
ActionEventTypes.mainWindowLoad,
{
window: win,
}
},
);
}

Expand All @@ -51,7 +51,7 @@ async function onMainWindowUnload(win: Window): Promise<void> {
ActionEventTypes.mainWindowUnload,
{
window: win,
}
},
);
}

Expand Down
4 changes: 2 additions & 2 deletions update-beta.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@
"[email protected]": {
"updates": [
{
"version": "1.0.0-13",
"update_link": "https://github.com/windingwind/zotero-actions-tags/releases/download/v1.0.0-13/zotero-actions-tags.xpi",
"version": "1.0.0-14",
"update_link": "https://github.com/windingwind/zotero-actions-tags/releases/download/v1.0.0-14/zotero-actions-tags.xpi",
"applications": {
"zotero": {
"strict_min_version": "6.999"
Expand Down

0 comments on commit 57eca2d

Please sign in to comment.