diff --git a/Client/scripts/__NetworkingConfig/__NetworkingConfig.gml b/Client/scripts/__NetworkingConfig/__NetworkingConfig.gml index 9593983..b2ffa29 100644 --- a/Client/scripts/__NetworkingConfig/__NetworkingConfig.gml +++ b/Client/scripts/__NetworkingConfig/__NetworkingConfig.gml @@ -1,6 +1,6 @@ // All the macro/config definitions go here -#macro WARP_VERSION "v4.4.2" +#macro WARP_VERSION "v4.4.3" #macro GAME_VERSION "v1.0.0" trace("Welcome to Warp % by Evoleo!", WARP_VERSION) diff --git a/JavascriptServer/config.js b/JavascriptServer/config.js index fef7b98..52a958a 100644 --- a/JavascriptServer/config.js +++ b/JavascriptServer/config.js @@ -10,7 +10,7 @@ const common_config = { meta: { game_name: 'OnlineGame', game_version: 'v1.0.0', - warp_version: 'v4.4.2', + warp_version: 'v4.4.3', compatible_game_versions: '>=1.0.0', diff --git a/Release/GMClient.zip b/Release/GMClient.zip index bed0dce..cf72507 100644 Binary files a/Release/GMClient.zip and b/Release/GMClient.zip differ diff --git a/Release/JSServer.zip b/Release/JSServer.zip index 6749a77..2eedfc9 100644 Binary files a/Release/JSServer.zip and b/Release/JSServer.zip differ diff --git a/Release/TSServer.zip b/Release/TSServer.zip index 3907ee3..940031c 100644 Binary files a/Release/TSServer.zip and b/Release/TSServer.zip differ diff --git a/Release/Warp.yymps b/Release/Warp.yymps index bed0dce..cf72507 100644 Binary files a/Release/Warp.yymps and b/Release/Warp.yymps differ diff --git a/TypescriptServer/package.json b/TypescriptServer/package.json index 6190c23..e805c34 100644 --- a/TypescriptServer/package.json +++ b/TypescriptServer/package.json @@ -1,6 +1,6 @@ { "name": "warp-framework", - "version": "4.4.2", + "version": "4.4.3", "private": true, "description": "kappa", "main": "out/server.js", diff --git a/TypescriptServer/src/config.ts b/TypescriptServer/src/config.ts index d0807fd..ef90ffa 100644 --- a/TypescriptServer/src/config.ts +++ b/TypescriptServer/src/config.ts @@ -11,7 +11,7 @@ const common_config = { meta: { game_name: 'OnlineGame', game_version: 'v1.0.0', - warp_version: 'v4.4.2', + warp_version: 'v4.4.3', compatible_game_versions: '>=1.0.0',