This commit is contained in:
Olivier Gagnon 2021-03-25 21:15:02 -04:00
parent 8a42f6e49c
commit 69124e7146
4 changed files with 14 additions and 14 deletions

File diff suppressed because one or more lines are too long

18
dist/vendor.bundle.js vendored

File diff suppressed because one or more lines are too long

@ -66,7 +66,7 @@ documentation_title = '{0} Documentation'.format(project)
# The short X.Y version.
version = '0.50'
# The full version, including alpha/beta/rc tags.
release = '0.50.1'
release = '0.50.2'
# The language for content autogenerated by Sphinx. Refer to documentation
# for a list of supported languages.

@ -6,7 +6,7 @@
import { IMap } from "./types";
export let CONSTANTS: IMap<any> = {
Version: "0.51.0",
Version: "0.50.2",
/** 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
@ -228,7 +228,7 @@ export let CONSTANTS: IMap<any> = {
LatestUpdate:
`
v0.51.0 - 2021-XX-XX formulas (hydroflame)
v0.50.2 - 2021-03-25 Everyone asked for this one. (hydroflame)
-------
BitNodeMultipliers
* 'GangKarmaRequirements': a new multipler that influences how much karma is required to make a gang different bitnodes.