Flip the update order

This commit is contained in:
Cryptkeeper 2016-03-06 01:31:03 -06:00
parent 029202d127
commit e300081644

@ -1,10 +1,8 @@
**2.0.0** *(Feb 1st 2016)* **2.2.0** *(Mar 6 2016)*
- Servers are now referenced by their name on the graph controls instead of their IP. - Added supported versions per network (courtesy of [@forairan](https://github.com/forairan))
- Servers now display their name on hover instead of their IP. - Updated dependency version of ```mc-ping-updated``` to 0.1.0
- Graph controls are now saved and loaded automatically.
- Moved server configuration into servers.json from config.json.
**2.1.0** *(Feb 23rd 2016)* **2.1.0** *(Feb 23 2016)*
- You can now categorize servers. Add a "category tag" to their entry in ```servers.json```. - You can now categorize servers. Add a "category tag" to their entry in ```servers.json```.
- Define the tags in ```config.json```, such as below: - Define the tags in ```config.json```, such as below:
@ -22,6 +20,8 @@
- New header design to make it less annoying. - New header design to make it less annoying.
- Various bug fixes. - Various bug fixes.
**2.2.0** *(Mar 6th 2016)* **2.0.0** *(Feb 1 2016)*
- Added supported versions per network (courtesy of [@forairan](https://github.com/forairan)) - Servers are now referenced by their name on the graph controls instead of their IP.
- Updated dependency version of ```mc-ping-updated``` to 0.1.0 - Servers now display their name on hover instead of their IP.
- Graph controls are now saved and loaded automatically.
- Moved server configuration into servers.json from config.json.