4.0.2 release
This commit is contained in:
parent
a2aab353e3
commit
afebd2ff83
3
.gitignore
vendored
3
.gitignore
vendored
@ -3,5 +3,4 @@ minetrack.log
|
||||
.idea/
|
||||
database.sql
|
||||
database.sql-journal
|
||||
.DS_Store
|
||||
package-lock.json
|
||||
.DS_Store
|
@ -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
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": {
|
||||
|
Loading…
Reference in New Issue
Block a user