Skip to content

Commit

Permalink
Update AWOC data. Change version. Update setup.py
Browse files Browse the repository at this point in the history
  • Loading branch information
freQniK committed Dec 4, 2023
1 parent f9abfc6 commit 258618d
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down
2 changes: 1 addition & 1 deletion src/awoc/datum/world.json
Original file line number Diff line number Diff line change
Expand Up @@ -2214,7 +2214,7 @@
"Area KM2": "254"
},
{
"Country Name": "Macedonia",
"Country Name": "North Macedonia",
"ISO2": "MK",
"ISO3": "MKD",
"TLD": "mk",
Expand Down
2 changes: 1 addition & 1 deletion src/typedef/konstants.py
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down

0 comments on commit 258618d

Please sign in to comment.