Skip to content

Commit

Permalink
0.35.0
Browse files Browse the repository at this point in the history
  • Loading branch information
chrisinajar committed May 27, 2017
1 parent 97934ce commit 3086a45
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion game/scripts/vscripts/addon_game_mode.lua
Original file line number Diff line number Diff line change
@@ -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 = "0.34.0"
GAME_VERSION = "0.35.0"
CustomNetTables:SetTableValue("info", "version", { value = GAME_VERSION })

require('internal/util')
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "open_angel_arena",
"version": "0.34.0",
"version": "0.35.0",
"description": "A really great Dota 2 game mode.",
"main": "index.js",
"scripts": {
Expand Down

0 comments on commit 3086a45

Please sign in to comment.