Skip to content
This repository has been archived by the owner on Sep 20, 2022. It is now read-only.

Commit

Permalink
Update app.js
Browse files Browse the repository at this point in the history
  • Loading branch information
AlexDev404 authored May 14, 2021
1 parent 193338a commit c38ad1e
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion app.js
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,8 @@ ALSO MAKE SURE TO UPDATE THE VERSION VARIABLE!!!
1.40.0 - STABLE RELEASE [ ZINX, VINZY, GRAYBTW, ALEXDEV404 ]
1.40.1 - IMPROVED ERROR HANDLING [ ALEXDEV404 ]
1.40.2 - SORTED MODULES AND SPREADED API.JS OUT INTO SEPARATE FILES [ ALEXDEV404 ]
1.40.3 - MADE SERVER "ACTUALLY" PRINT OUT REQUEST METHOD INSTEAD OF PRINTING OUT PRE-TYPED GARBAGE [ ALEXDEV404 ]
*/

Expand All @@ -59,7 +61,7 @@ const path = require("path"); // Used for file extension filter
// Definitions

const REQ_LOGGING = true; // Request Logging is set to false by default
const version = "1.40.1";
const version = "1.40.3";
const cyear = 2021;
const authors = "Immanuel Garcia, Luke Harris, Sydney";
const windowTitle = "Blaze Server";
Expand Down

0 comments on commit c38ad1e

Please sign in to comment.