diff --git a/subarulink/__version__.py b/subarulink/__version__.py index 06a349a..62010f8 100644 --- a/subarulink/__version__.py +++ b/subarulink/__version__.py @@ -5,4 +5,4 @@ For more details about this api, please refer to the documentation at https://github.com/G-Two/subarulink """ -__version__ = "0.7.10" +__version__ = "0.7.11" diff --git a/subarulink/_subaru_api/const.py b/subarulink/_subaru_api/const.py index 5928b78..b7e4978 100644 --- a/subarulink/_subaru_api/const.py +++ b/subarulink/_subaru_api/const.py @@ -2,10 +2,10 @@ """ Constants used by subarulink to interact with the STARLINK HTTP API. -This is an undocumented API derived from analysis of the MySubaru Android app v2.7.83 +This is an undocumented API derived from analysis of the MySubaru Android app v2.7.98 """ -API_VERSION = "/g2v28" +API_VERSION = "/g2v29" API_SERVER = { "USA": "mobileapi.prod.subarucs.com",