Bump version to 1.3.2

This commit is contained in:
enderman0125 2024-03-11 20:21:55 -04:00
parent 124725184a
commit 7005adc3d8
3 changed files with 4 additions and 4 deletions

View File

@ -1 +1 @@
1.3.1
1.3.2

View File

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

View File

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