Skip to content

Commit e3a6ffc

Browse files
committed
1.0.1
1 parent a554550 commit e3a6ffc

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

game/scripts/vscripts/addon_game_mode.lua

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
-- This is the entry-point to your game mode and should be used primarily to precache models/particles/sounds/etc
22

3-
GAME_VERSION = "1.0.0"
3+
GAME_VERSION = "1.0.1"
44
CustomNetTables:SetTableValue("info", "version", { value = GAME_VERSION })
55

66
require('internal/util')

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "open_angel_arena",
3-
"version": "1.0.0",
3+
"version": "1.0.1",
44
"description": "A really great Dota 2 game mode.",
55
"main": "index.js",
66
"scripts": {

0 commit comments

Comments
 (0)