Skip to content

Commit 5852e4d

Browse files
committed
0.30.0
1 parent 4181001 commit 5852e4d

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 = "0.29.1"
3+
GAME_VERSION = "0.30.0"
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": "0.29.1",
3+
"version": "0.30.0",
44
"description": "A really great Dota 2 game mode.",
55
"main": "index.js",
66
"scripts": {

0 commit comments

Comments
 (0)