Skip to content

Commit

Permalink
2.5.5
Browse files Browse the repository at this point in the history
  • Loading branch information
DerGoogler committed Jul 2, 2024
1 parent 0f47868 commit 37c4036
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 2 deletions.
4 changes: 2 additions & 2 deletions sync/__version__.py
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
def get_version() -> str:
return "2.5.4"
return "2.5.5"


def get_version_code() -> int:
return 254
return 255


__all__ = [
Expand Down
5 changes: 5 additions & 0 deletions sync/model/LocalModule.py
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,11 @@ class LocalModule(AttrDict):
timestamp: float
size: float

# FoxMMM supported props
maxApi: int
minApi: int

# MMRL supported props
category: str
categories: list[str]
icon: str
Expand Down
5 changes: 5 additions & 0 deletions sync/model/LocalModule.pyi
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,11 @@ class LocalModule(AttrDict):
timestamp: float
size: float

# FoxMMM supported props
maxApi: int
minApi: int

# MMRL supported props
category: str
categories: list[str]
icon: str
Expand Down

0 comments on commit 37c4036

Please sign in to comment.