5.1.2 release
This commit is contained in:
parent
0402df0bc6
commit
1a4a67f478
@ -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
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": {
|
||||
|
Loading…
Reference in New Issue
Block a user