Skip to content

Commit

Permalink
set check version to 7.*
Browse files Browse the repository at this point in the history
  • Loading branch information
syt2 committed Jan 3, 2025
1 parent fd8478f commit cd2a471
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions addon_info.py
Original file line number Diff line number Diff line change
Expand Up @@ -39,9 +39,9 @@ def __init__(self, targetZoteroVersion: str, tagName: str,
@property
def zotero_check_version(self) -> str:
if self.targetZoteroVersion == '6':
return '6.0.*'
return '6.*'
elif self.targetZoteroVersion == '7':
return '7.0.*'
return '7.*'
raise Exception(f'Invalid targetZoteroVersion({self.targetZoteroVersion})')

@property
Expand Down

0 comments on commit cd2a471

Please sign in to comment.