forked from MapComplete/MapComplete
Fix deploy script + more robust
This commit is contained in:
parent
664b6800a3
commit
47a4284ff6
3 changed files with 9 additions and 10 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.8b";
|
||||
public static vNumber = "0.0.8c";
|
||||
|
||||
// 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