Skip to content

Commit

Permalink
v4.4.2 -> v4.4.3
Browse files Browse the repository at this point in the history
  • Loading branch information
evolutionleo committed Dec 29, 2022
1 parent b0f57d9 commit 08afed8
Show file tree
Hide file tree
Showing 8 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion Client/scripts/__NetworkingConfig/__NetworkingConfig.gml
Original file line number Diff line number Diff line change
@@ -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)
Expand Down
2 changes: 1 addition & 1 deletion JavascriptServer/config.js
Original file line number Diff line number Diff line change
Expand Up @@ -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',

Expand Down
Binary file modified Release/GMClient.zip
Binary file not shown.
Binary file modified Release/JSServer.zip
Binary file not shown.
Binary file modified Release/TSServer.zip
Binary file not shown.
Binary file modified Release/Warp.yymps
Binary file not shown.
2 changes: 1 addition & 1 deletion TypescriptServer/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "warp-framework",
"version": "4.4.2",
"version": "4.4.3",
"private": true,
"description": "kappa",
"main": "out/server.js",
Expand Down
2 changes: 1 addition & 1 deletion TypescriptServer/src/config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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',

Expand Down

0 comments on commit 08afed8

Please sign in to comment.