mirror of
https://github.com/mvt-project/mvt.git
synced 2026-02-14 09:32:51 +00:00
Compare commits
2 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
bc5d386be7 | ||
|
|
03efc8494b |
@@ -6,7 +6,7 @@
|
||||
import requests
|
||||
from packaging import version
|
||||
|
||||
MVT_VERSION = "1.5.2"
|
||||
MVT_VERSION = "1.5.3"
|
||||
|
||||
|
||||
def check_for_updates():
|
||||
|
||||
@@ -237,7 +237,8 @@ IPHONE_IOS_VERSIONS = [
|
||||
{"build": "19C56", "version": "15.2"},
|
||||
{"build": "19C63", "version": "15.2.1"},
|
||||
{"build": "19D50", "version": "15.3"},
|
||||
{"build": "19D52", "version": "15.3.1"}
|
||||
{"build": "19D52", "version": "15.3.1"},
|
||||
{"build": "19E241", "version": "15.4"}
|
||||
]
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user