From 7e5e84b2f1bc64589f710077f01cbec90e5a85ec Mon Sep 17 00:00:00 2001 From: pietervdvn Date: Tue, 5 Jan 2021 03:12:09 +0100 Subject: [PATCH] Version bump, fix typo --- Models/Constants.ts | 2 +- assets/tagRenderings/questions.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Models/Constants.ts b/Models/Constants.ts index a198a3d..f9651bf 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 589c5fa..27011c0 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 } ] }