Skip to content

Commit

Permalink
Update plugins.ts (#126)
Browse files Browse the repository at this point in the history
  • Loading branch information
syt2 committed Aug 10, 2024
1 parent feeafdb commit b5a74d9
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions src/plugins.ts
Original file line number Diff line number Diff line change
Expand Up @@ -90,6 +90,10 @@ const plugins: PluginInfoBase[] = [
{
repo: 'bwiernik/zotero-shortdoi',
releases: [
{
targetZoteroVersion: '7',
tagName: 'latest',
},
{
targetZoteroVersion: '6',
tagName: 'latest',
Expand Down Expand Up @@ -328,6 +332,10 @@ const plugins: PluginInfoBase[] = [
{
repo: 'jyjulianwong/PolarRec-Zotero-Plugin',
releases: [
{
targetZoteroVersion: '7',
tagName: 'pre',
},
{
targetZoteroVersion: '6',
tagName: 'pre',
Expand Down

0 comments on commit b5a74d9

Please sign in to comment.