diff --git a/autogen/lua_definitions/constants.lua b/autogen/lua_definitions/constants.lua index 5ca80b3d..a2109c03 100644 --- a/autogen/lua_definitions/constants.lua +++ b/autogen/lua_definitions/constants.lua @@ -12579,7 +12579,7 @@ MINOR_VERSION_NUMBER = 1 PATCH_VERSION_NUMBER = 0 --- @type string -SM64COOPDX_VERSION = "v0.1.2" +SM64COOPDX_VERSION = "v0.1.3" --- @type integer VERSION_NUMBER = 36 diff --git a/src/pc/lua/smlua_constants_autogen.c b/src/pc/lua/smlua_constants_autogen.c index b12bde78..a7039011 100644 --- a/src/pc/lua/smlua_constants_autogen.c +++ b/src/pc/lua/smlua_constants_autogen.c @@ -4382,7 +4382,7 @@ char gSmluaConstants[] = "" "COOP_OBJ_FLAG_LUA = (1 << 1)\n" "COOP_OBJ_FLAG_NON_SYNC = (1 << 2)\n" "COOP_OBJ_FLAG_INITIALIZED = (1 << 3)\n" -"SM64COOPDX_VERSION = 'v0.1.2'\n" +"SM64COOPDX_VERSION = 'v0.1.3'\n" "VERSION_TEXT = 'beta'\n" "VERSION_NUMBER = 36\n" "MINOR_VERSION_NUMBER = 1\n" diff --git a/src/pc/network/version.h b/src/pc/network/version.h index 3834215c..e5f32015 100644 --- a/src/pc/network/version.h +++ b/src/pc/network/version.h @@ -1,7 +1,7 @@ #ifndef VERSION_H #define VERSION_H -#define SM64COOPDX_VERSION "v0.1.2" +#define SM64COOPDX_VERSION "v0.1.3" #define VERSION_TEXT "beta" #define VERSION_NUMBER 36