From b9e47774da7caca5eee8dd299a056c7154eba424 Mon Sep 17 00:00:00 2001 From: pietervdvn Date: Mon, 5 Jul 2021 16:53:20 +0200 Subject: [PATCH 1/2] Remove rc3 from version number --- Models/Constants.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Models/Constants.ts b/Models/Constants.ts index ab65926b1..0a048b138 100644 --- a/Models/Constants.ts +++ b/Models/Constants.ts @@ -2,7 +2,7 @@ import { Utils } from "../Utils"; export default class Constants { - public static vNumber = "0.8.3-rc2"; + public static vNumber = "0.8.3"; // The user journey states thresholds when a new feature gets unlocked public static userJourney = { From c6641333f55049164ca350cb8a10a2c9c100379d Mon Sep 17 00:00:00 2001 From: pietervdvn Date: Tue, 6 Jul 2021 13:15:13 +0200 Subject: [PATCH 2/2] Remove files with * --- langs/*.json | 1 - langs/layers/*.json | 1 - langs/shared-questions/*.json | 1 - 3 files changed, 3 deletions(-) delete mode 100644 langs/*.json delete mode 100644 langs/layers/*.json delete mode 100644 langs/shared-questions/*.json diff --git a/langs/*.json b/langs/*.json deleted file mode 100644 index 0967ef424..000000000 --- a/langs/*.json +++ /dev/null @@ -1 +0,0 @@ -{} diff --git a/langs/layers/*.json b/langs/layers/*.json deleted file mode 100644 index 0967ef424..000000000 --- a/langs/layers/*.json +++ /dev/null @@ -1 +0,0 @@ -{} diff --git a/langs/shared-questions/*.json b/langs/shared-questions/*.json deleted file mode 100644 index 0967ef424..000000000 --- a/langs/shared-questions/*.json +++ /dev/null @@ -1 +0,0 @@ -{}