5.1.2 release

This commit is contained in:
Nick Krecklow
2020-04-22 18:20:37 -05:00
parent 0402df0bc6
commit 1a4a67f478
3 changed files with 5 additions and 2 deletions

View File

@ -1,3 +1,6 @@
**5.1.2** *(Apr 22 2020)*
- Fixes the historical graph overflowing the maximum graphDuration value.
**5.1.1** *(Apr 21 2020)*
- Fixes records being overwritten after boot. This bug did not corrupt saves and is only a visual error.

2
package-lock.json generated
View File

@ -1,6 +1,6 @@
{
"name": "minetrack",
"version": "5.1.0",
"version": "5.1.2",
"lockfileVersion": 1,
"requires": true,
"dependencies": {

View File

@ -1,6 +1,6 @@
{
"name": "minetrack",
"version": "5.1.1",
"version": "5.1.2",
"description": "A Minecraft server tracker that lets you focus on the basics.",
"main": "main.js",
"dependencies": {