diff --git a/setup.py b/setup.py index 3dbbf364..9dfd0da5 100644 --- a/setup.py +++ b/setup.py @@ -8,7 +8,7 @@ setup( name='meile-gui', - version='0.14.2.0', + version='0.14.2.1', description='Meile dVPN powered by the Sentinel Network', long_description=readme, long_description_content_type="text/markdown", diff --git a/src/awoc/datum/world.json b/src/awoc/datum/world.json index 11625536..44c827f7 100644 --- a/src/awoc/datum/world.json +++ b/src/awoc/datum/world.json @@ -2214,7 +2214,7 @@ "Area KM2": "254" }, { - "Country Name": "Macedonia", + "Country Name": "North Macedonia", "ISO2": "MK", "ISO3": "MKD", "TLD": "mk", diff --git a/src/typedef/konstants.py b/src/typedef/konstants.py index bb37fc71..2f06c528 100644 --- a/src/typedef/konstants.py +++ b/src/typedef/konstants.py @@ -66,7 +66,7 @@ class IBCTokens(): #mu_coins = ["tsent", "udvpn", "uscrt", "uosmo", "uatom", "udec"] class TextStrings(): dash = "-" - VERSION = "v0.14.2.0" + VERSION = "v0.14.2.1" class MeileColors(): DIALOG_BG_COLOR = "#121212"