Compare commits

...

2 Commits

Author SHA1 Message Date
Nex
f5abd0719c Bumped version 2022-08-02 18:26:29 +02:00
Nex
6462ffc15d Added iOS 15.6 2022-08-02 18:26:23 +02:00
2 changed files with 3 additions and 2 deletions

View File

@@ -3,4 +3,4 @@
# Use of this software is governed by the MVT License 1.1 that can be found at
# https://license.mvt.re/1.1/
MVT_VERSION = "2.1.2"
MVT_VERSION = "2.1.3"

View File

@@ -240,7 +240,8 @@ IPHONE_IOS_VERSIONS = [
{"build": "19D52", "version": "15.3.1"},
{"build": "19E241", "version": "15.4"},
{"build": "19E258", "version": "15.4.1"},
{"build": "19F77", "version": "15.5"}
{"build": "19F77", "version": "15.5"},
{"build": "19G71", "version": "15.6"},
]