From 1233d487d94dfada3036752a84656158f1cf46b7 Mon Sep 17 00:00:00 2001 From: danielyxie Date: Wed, 27 Sep 2017 10:15:48 -0500 Subject: [PATCH] Updated version to 0.29.1 --- dist/bundle.js | 2 +- src/Constants.js | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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