From e3a6ffc7eb9898f1b5b10987852a72aba1d6d4db Mon Sep 17 00:00:00 2001 From: Chris Vickery Date: Sun, 28 May 2017 09:52:10 -0700 Subject: [PATCH] 1.0.1 --- game/scripts/vscripts/addon_game_mode.lua | 2 +- package.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/game/scripts/vscripts/addon_game_mode.lua b/game/scripts/vscripts/addon_game_mode.lua index 6a25f4ce8c..82df84a1f2 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 = "1.0.0" +GAME_VERSION = "1.0.1" CustomNetTables:SetTableValue("info", "version", { value = GAME_VERSION }) require('internal/util') diff --git a/package.json b/package.json index 43ff9f19d4..bfe7b015fe 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "open_angel_arena", - "version": "1.0.0", + "version": "1.0.1", "description": "A really great Dota 2 game mode.", "main": "index.js", "scripts": {