forked from MapComplete/MapComplete
Combine dropped the empty elements, causing them not to be able to update
This commit is contained in:
parent
5a358a2abc
commit
09599e9f15
3 changed files with 24 additions and 29 deletions
|
@ -2,7 +2,7 @@ import { Utils } from "../Utils";
|
|||
|
||||
export default class Constants {
|
||||
|
||||
public static vNumber = "0.5.0-rc2";
|
||||
public static vNumber = "0.5.0-rc3";
|
||||
|
||||
// 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