From a9e823d0511c505eb17bb66806812b202cef5bf8 Mon Sep 17 00:00:00 2001 From: Pieter Vander Vennet Date: Sun, 20 Sep 2020 20:14:07 +0200 Subject: [PATCH] Version bump, use bookcases as default again --- State.ts | 2 +- index.ts | 3 ++- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/State.ts b/State.ts index 09fd9b775c..7574c98be2 100644 --- a/State.ts +++ b/State.ts @@ -22,7 +22,7 @@ export class State { // The singleton of the global state public static state: State; - public static vNumber = "0.0.8c"; + public static vNumber = "0.0.8d"; // The user journey states thresholds when a new feature gets unlocked public static userJourney = { diff --git a/index.ts b/index.ts index d1b9997938..8165f9bd2d 100644 --- a/index.ts +++ b/index.ts @@ -10,7 +10,7 @@ import {TagRendering} from "./UI/TagRendering"; TagRendering.injectFunction(); -let defaultLayout = "buurtnatuur" +let defaultLayout = "bookcases" // --------------------- Special actions based on the parameters ----------------- // @ts-ignore if (location.href.startsWith("http://buurtnatuur.be")) { @@ -113,3 +113,4 @@ if (layoutFromBase64.startsWith("wiki:")) { } else { InitUiElements.InitAll(layoutToUse, layoutFromBase64, testing, defaultLayout); } +