Version bump, fix typo

This commit is contained in:
pietervdvn 2021-01-05 03:12:09 +01:00
parent a782266a2f
commit 7e5e84b2f1
2 changed files with 2 additions and 2 deletions

View file

@ -1,7 +1,7 @@
import { Utils } from "../Utils"; import { Utils } from "../Utils";
export default class Constants { export default class Constants {
public static vNumber = "0.2.7"; public static vNumber = "0.3.0a";
// 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 = {

View file

@ -83,7 +83,7 @@
"en": "Only by appointment", "en": "Only by appointment",
"nl": "Enkel op afspraak" "nl": "Enkel op afspraak"
}, },
"hideInAnswers": true "hideInAnswer": true
} }
] ]
} }