diff --git a/game/scripts/vscripts/addon_game_mode.lua b/game/scripts/vscripts/addon_game_mode.lua index 9f81bc7b96..1550a2a000 100644 --- a/game/scripts/vscripts/addon_game_mode.lua +++ b/game/scripts/vscripts/addon_game_mode.lua @@ -1,6 +1,6 @@ -- This is the entry-point to your game mode and should be used primarily to precache models/particles/sounds/etc -GAME_VERSION = "0.34.0" +GAME_VERSION = "0.35.0" CustomNetTables:SetTableValue("info", "version", { value = GAME_VERSION }) require('internal/util') diff --git a/package.json b/package.json index 98db46b362..5bb10c4e04 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "open_angel_arena", - "version": "0.34.0", + "version": "0.35.0", "description": "A really great Dota 2 game mode.", "main": "index.js", "scripts": {