diff --git a/game/scripts/vscripts/addon_game_mode.lua b/game/scripts/vscripts/addon_game_mode.lua index 681eeb2d25..6a25f4ce8c 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.35.2" +GAME_VERSION = "1.0.0" CustomNetTables:SetTableValue("info", "version", { value = GAME_VERSION }) require('internal/util') diff --git a/package.json b/package.json index d38c5eef9f..43ff9f19d4 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "open_angel_arena", - "version": "0.35.2", + "version": "1.0.0", "description": "A really great Dota 2 game mode.", "main": "index.js", "scripts": {