diff --git a/Models/Constants.ts b/Models/Constants.ts index a198a3d638..f9651bfbf4 100644 --- a/Models/Constants.ts +++ b/Models/Constants.ts @@ -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 = { diff --git a/assets/tagRenderings/questions.json b/assets/tagRenderings/questions.json index 589c5fa598..27011c0616 100644 --- a/assets/tagRenderings/questions.json +++ b/assets/tagRenderings/questions.json @@ -83,7 +83,7 @@ "en": "Only by appointment", "nl": "Enkel op afspraak" }, - "hideInAnswers": true + "hideInAnswer": true } ] }