Update plugin version and changelog

This commit is contained in:
CMDR-Kiel42 2019-07-17 20:46:59 +02:00
parent 0ca039b22e
commit dd7deef9fc
3 changed files with 7 additions and 2 deletions

View File

@ -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

View File

@ -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 = []

View File

@ -1 +1 @@
1.2.1
2.0.0