Skip to content

Commit

Permalink
Bump API to g2v27
Browse files Browse the repository at this point in the history
  • Loading branch information
G-Two committed Apr 7, 2023
1 parent e053842 commit 487a58f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion subarulink/__version__.py
Original file line number Diff line number Diff line change
Expand Up @@ -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.5"
__version__ = "0.7.6"
2 changes: 1 addition & 1 deletion subarulink/_subaru_api/const.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
This is an undocumented API derived from analysis of the MySubaru Android app v2.7.39.
"""

API_VERSION = "/g2v25"
API_VERSION = "/g2v27"

API_SERVER = {
"USA": "mobileapi.prod.subarucs.com",
Expand Down

0 comments on commit 487a58f

Please sign in to comment.