diff --git a/load.py b/load.py index 0e6eebb..02d4b81 100644 --- a/load.py +++ b/load.py @@ -16,7 +16,7 @@ from PlaceHolderEntry import PlaceHolderEntry this = sys.modules[__name__] -this.plugin_version = "2.1.0" +this.plugin_version = "2.1.1" this.update_available = False this.next_stop = "No route planned" this.route = [] diff --git a/version.json b/version.json index 50aea0e..7c32728 100644 --- a/version.json +++ b/version.json @@ -1 +1 @@ -2.1.0 \ No newline at end of file +2.1.1 \ No newline at end of file