Skip to content

Commit

Permalink
GUI & CLI versions updated
Browse files Browse the repository at this point in the history
  • Loading branch information
bousqi committed Aug 11, 2023
1 parent df365e4 commit 738008f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion src/osmad_cli.py
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@

USER_AGENT = {'User-agent': 'OsmAnd'}

CLI_VERSION = "1.0.5"
CLI_VERSION = "1.0.6"

'''
TODO list :
Expand Down
1 change: 1 addition & 0 deletions src/osmad_gui.py
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@
from package.api.config import AppConfig
from package.main_window import MainWindow

GUI_VERSION = "1.0.6"

sys._excepthook = sys.excepthook
def exception_hook(exctype, value, traceback):
Expand Down

0 comments on commit 738008f

Please sign in to comment.