Readd version number - oops
This commit is contained in:
parent
83472c1e26
commit
d225a32094
1 changed files with 1 additions and 0 deletions
1
State.ts
1
State.ts
|
@ -25,6 +25,7 @@ export default class State {
|
||||||
// The singleton of the global state
|
// The singleton of the global state
|
||||||
public static state: State;
|
public static state: State;
|
||||||
|
|
||||||
|
public static vNumber = "0.2.6";
|
||||||
|
|
||||||
// The user journey states thresholds when a new feature gets unlocked
|
// The user journey states thresholds when a new feature gets unlocked
|
||||||
public static userJourney = {
|
public static userJourney = {
|
||||||
|
|
Loading…
Reference in a new issue