diff options
author | Jan Schmidt <jan@centricular.com> | 2018-07-21 09:30:40 +1000 |
---|---|---|
committer | Jan Schmidt <jan@centricular.com> | 2018-07-21 09:30:40 +1000 |
commit | bc85bba1aec863b0371f69be9d93be3006a1c452 (patch) | |
tree | fc39357b7309b7713cc486ddc9bfee8dd17cc5dd | |
parent | b4ea5eb5c28968ecbdc5876bf00e34a21a0ccef1 (diff) |
iOS: Fix typo in previous commit 11_2 -> 11_3
-rw-r--r-- | cerbero/enums.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/cerbero/enums.py b/cerbero/enums.py index 53908536..b8bf3ad9 100644 --- a/cerbero/enums.py +++ b/cerbero/enums.py @@ -132,7 +132,7 @@ class DistroVersion: IOS_11_0 = 'ios_11_0' IOS_11_1 = 'ios_11_1' IOS_11_2 = 'ios_11_2' - IOS_11_2 = 'ios_11_3' + IOS_11_3 = 'ios_11_3' ANDROID_GINGERBREAD = 'android_09_gingerbread' # API Level 9 ANDROID_ICE_CREAM_SANDWICH = 'android_14_ice_cream_sandwich' # API Level 14 ANDROID_JELLY_BEAN = 'android_16_jelly_bean' # API Level 16 |