Version bump
This commit is contained in:
parent
6bd669bdeb
commit
6353ef9e20
1 changed files with 1 additions and 1 deletions
2
State.ts
2
State.ts
|
@ -22,7 +22,7 @@ export class State {
|
|||
// The singleton of the global state
|
||||
public static state: State;
|
||||
|
||||
public static vNumber = "0.0.8d";
|
||||
public static vNumber = "0.0.8e";
|
||||
|
||||
// The user journey states thresholds when a new feature gets unlocked
|
||||
public static userJourney = {
|
||||
|
|
Loading…
Reference in a new issue