4.0.2 release

This commit is contained in:
Nick Krecklow 2020-04-01 21:20:21 -05:00
parent a2aab353e3
commit afebd2ff83
No known key found for this signature in database
GPG Key ID: 5F149FDE156FFA94
4 changed files with 1237 additions and 3 deletions

1
.gitignore vendored

@ -4,4 +4,3 @@ minetrack.log
database.sql
database.sql-journal
.DS_Store
package-lock.json

@ -1,3 +1,8 @@
**4.0.2** *(Apr 1 2020)*
- Updated install.sh & start.sh scripts
- Committed package-lock.json
- Fixed outdated package.json version
**4.0.1** *(Apr 1 2020)*
- Fixed potential crash issue during startup when determining 24 hour graph peaks.
- Fixed a bug in the frontend that could result in "undefined" AM/PM time markers.

1230
package-lock.json generated Normal file

File diff suppressed because it is too large Load Diff

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