5.1.2 release

This commit is contained in:
Nick Krecklow 2020-04-22 18:20:37 -05:00
parent 0402df0bc6
commit 1a4a67f478
No known key found for this signature in database
GPG Key ID: 5F149FDE156FFA94
3 changed files with 5 additions and 2 deletions

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

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

@ -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": {