increment version to 1.4

This commit is contained in:
enderman0125 2024-03-25 17:28:38 -04:00
parent e8f06dd821
commit 840f37a25a
3 changed files with 4 additions and 4 deletions

View File

@ -1 +1 @@
1.3.2 1.4

View File

@ -56,7 +56,7 @@ function initClient()
// The canvas needs to be constructed before the gui scripts are // The canvas needs to be constructed before the gui scripts are
// run because many of the controls assume the canvas exists at // run because many of the controls assume the canvas exists at
// load time. // load time.
initCanvas(" Kevin Blast 1.3.2 - Created by KevinSoftware"); initCanvas(" Kevin Blast 1.4 - Created by KevinSoftware");
/// Load client-side Audio Profiles/Descriptions /// Load client-side Audio Profiles/Descriptions
exec("./scripts/audioProfiles.cs"); exec("./scripts/audioProfiles.cs");

View File

@ -1,5 +1,5 @@
$THIS_VERSION = "1.3.2"; $THIS_VERSION = "1.4";
$SERVER_VERSION = "1.3.2"; $SERVER_VERSION = "1.4";
$BUILD_VERSION = 1; $BUILD_VERSION = 1;
$VERSION_MESSAGE = ""; $VERSION_MESSAGE = "";