Skip to content

Commit 38c4e57

Browse files
committed
3.4.0
1 parent 81e9680 commit 38c4e57

File tree

6 files changed

+3
-3
lines changed

6 files changed

+3
-3
lines changed

game/resource/addon_english.txt

8.89 KB
Binary file not shown.

game/resource/addon_german.txt

2.46 KB
Binary file not shown.

game/resource/addon_spanish.txt

0 Bytes
Binary file not shown.

game/scripts/vscripts/addon_game_mode.lua

+1-1
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 = "3.3.0"
3+
GAME_VERSION = "3.4.0"
44

55
-- Setup the main logger
66
require('internal/logging')

package-lock.json

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

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

0 commit comments

Comments
 (0)