Fixed wrong version in the plugin

This commit is contained in:
CMDR-Kiel42 2019-06-30 21:47:40 +02:00
parent 545a0f44af
commit 60995a9105

View File

@ -13,7 +13,7 @@ if sys.platform.startswith('linux'):
this = sys.modules[__name__]
this.plugin_version = "1.0.0"
this.plugin_version = "1.1.0"
this.update_available = False
this.next_stop = "No route planned"
this.route = []