Updated version to 0.29.1

This commit is contained in:
danielyxie 2017-09-27 10:15:48 -05:00
parent 22a5d3b3cc
commit 1233d487d9
2 changed files with 2 additions and 2 deletions

2
dist/bundle.js vendored

@ -2519,7 +2519,7 @@ function powerOfTwo(n) {
"use strict";
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "a", function() { return CONSTANTS; });
let CONSTANTS = {
Version: "0.29.0",
Version: "0.29.1",
//Max level for any skill, assuming no multipliers. Determined by max numerical value in javascript for experience
//and the skill level formula in Player.js. Note that all this means it that when experience hits MAX_INT, then

@ -1,5 +1,5 @@
let CONSTANTS = {
Version: "0.29.0",
Version: "0.29.1",
//Max level for any skill, assuming no multipliers. Determined by max numerical value in javascript for experience
//and the skill level formula in Player.js. Note that all this means it that when experience hits MAX_INT, then