Skip to content

Commit

Permalink
Bump to 0.0.33
Browse files Browse the repository at this point in the history
  • Loading branch information
razzeee committed May 25, 2024
1 parent 5630833 commit 61f9033
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions kodi_addon_checker/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
See LICENSES/README.md for more information.
"""

__version__ = "0.0.32"
__version__ = "0.0.33"

ValidKodiVersions = [
"gotham",
Expand All @@ -17,5 +17,5 @@
"leia",
"matrix",
"nexus",
"omega"
"omega",
]

0 comments on commit 61f9033

Please sign in to comment.