Skip to content

Commit

Permalink
1.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
chrisinajar committed May 28, 2017
1 parent a554550 commit e3a6ffc
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 = "1.0.0"
GAME_VERSION = "1.0.1"
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": "1.0.0",
"version": "1.0.1",
"description": "A really great Dota 2 game mode.",
"main": "index.js",
"scripts": {
Expand Down

0 comments on commit e3a6ffc

Please sign in to comment.