Skip to content

Commit

Permalink
Forgot to actually update version to v0.43.0
Browse files Browse the repository at this point in the history
  • Loading branch information
danielyxie committed Feb 5, 2019
1 parent 112f00f commit cfa13dd
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion dist/engine.bundle.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion src/Constants.ts
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
import {IMap} from "./types";

export let CONSTANTS: IMap<any> = {
Version: "0.42.0",
Version: "0.43.0",

//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
Expand Down

0 comments on commit cfa13dd

Please sign in to comment.