From 1fc180f5ae196fcdb9c71ea45a7cbe8379801394 Mon Sep 17 00:00:00 2001 From: Pieter Vander Vennet Date: Fri, 6 Nov 2020 04:15:10 +0100 Subject: [PATCH] Version bump --- State.ts | 2 +- createLayouts.ts | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/State.ts b/State.ts index 19e1686..f7f923e 100644 --- a/State.ts +++ b/State.ts @@ -22,7 +22,7 @@ export default class State { // The singleton of the global state public static state: State; - public static vNumber = "0.1.2d"; + public static vNumber = "0.1.2e"; // The user journey states thresholds when a new feature gets unlocked public static userJourney = { diff --git a/createLayouts.ts b/createLayouts.ts index b9f8052..d1817b1 100644 --- a/createLayouts.ts +++ b/createLayouts.ts @@ -205,7 +205,7 @@ function createLandingPage(layout: Layout) { } const og = ` - + `