Version bump, fix typo
This commit is contained in:
parent
a782266a2f
commit
7e5e84b2f1
2 changed files with 2 additions and 2 deletions
|
@ -1,7 +1,7 @@
|
|||
import { Utils } from "../Utils";
|
||||
|
||||
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
|
||||
public static userJourney = {
|
||||
|
|
|
@ -83,7 +83,7 @@
|
|||
"en": "Only by appointment",
|
||||
"nl": "Enkel op afspraak"
|
||||
},
|
||||
"hideInAnswers": true
|
||||
"hideInAnswer": true
|
||||
}
|
||||
]
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue