diff --git a/dist/bundle.js b/dist/bundle.js index 5ef1fe5f0..56d5f3a3d 100644 --- a/dist/bundle.js +++ b/dist/bundle.js @@ -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 diff --git a/src/Constants.js b/src/Constants.js index 75a2a6339..bfd6df1af 100644 --- a/src/Constants.js +++ b/src/Constants.js @@ -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