Skip to content

Commit b8a4c62

Browse files
committed
0.34.0
1 parent 6719ae5 commit b8a4c62

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

0 commit comments

Comments
 (0)