diff --git a/VERSION b/VERSION index 6261a05..d5e98f7 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -1.3.1 \ No newline at end of file +1.3.2 \ No newline at end of file diff --git a/marble/client/init.cs b/marble/client/init.cs index ee835f7..dea48b6 100644 --- a/marble/client/init.cs +++ b/marble/client/init.cs @@ -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"); diff --git a/marble/client/scripts/version.cs b/marble/client/scripts/version.cs index a05721e..202b7fc 100644 --- a/marble/client/scripts/version.cs +++ b/marble/client/scripts/version.cs @@ -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 = "";