From 8438293170758c0917edd8a986bcdd516c08080b Mon Sep 17 00:00:00 2001 From: CMDR-Kiel42 Date: Sun, 28 Jul 2019 19:17:57 +0200 Subject: [PATCH] plugin version --- load.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/load.py b/load.py index 9c58ae2..2e527da 100644 --- a/load.py +++ b/load.py @@ -16,7 +16,7 @@ from PlaceHolderEntry import PlaceHolderEntry this = sys.modules[__name__] -this.plugin_version = "2.0.0" +this.plugin_version = "2.1.0" this.update_available = False this.next_stop = "No route planned" this.route = []