Small improvements to 'createLayouts'-script
This commit is contained in:
parent
b9cd30cb1f
commit
f81de078f7
5 changed files with 17 additions and 3 deletions
2
State.ts
2
State.ts
|
@ -23,7 +23,7 @@ export default class State {
|
|||
// The singleton of the global state
|
||||
public static state: State;
|
||||
|
||||
public static vNumber = "0.1.0g";
|
||||
public static vNumber = "0.1.1";
|
||||
|
||||
// The user journey states thresholds when a new feature gets unlocked
|
||||
public static userJourney = {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue