diff --git a/CHANGELOG.md b/CHANGELOG.md index 4d7e74f..2e61208 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,11 @@ All notable changes to this project will be documented in this file. +## 2.0.0 + +- You can now plot your route directly from EDMC +- A few bugs were fixed + ## 1.2.1 - Added update button which opens the releases page diff --git a/load.py b/load.py index 3f05e85..a013963 100644 --- a/load.py +++ b/load.py @@ -16,7 +16,7 @@ if sys.platform.startswith('linux'): this = sys.modules[__name__] -this.plugin_version = "1.2.1" +this.plugin_version = "2.0.0" this.update_available = False this.next_stop = "No route planned" this.route = [] diff --git a/version.json b/version.json index cb174d5..359a5b9 100644 --- a/version.json +++ b/version.json @@ -1 +1 @@ -1.2.1 \ No newline at end of file +2.0.0 \ No newline at end of file