From 9356001a95c0d7d2c5e8b4b90f9f15d83d80a95e Mon Sep 17 00:00:00 2001 From: Pieter Vander Vennet Date: Sat, 17 Oct 2020 03:42:30 +0200 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 57ae445..0d5e8c3 100644 --- a/State.ts +++ b/State.ts @@ -23,7 +23,7 @@ export default class State { // The singleton of the global state public static state: State; - public static vNumber = "0.1.0d"; + public static vNumber = "0.1.0e"; // The user journey states thresholds when a new feature gets unlocked public static userJourney = { diff --git a/createLayouts.ts b/createLayouts.ts index 586042c..6032827 100644 --- a/createLayouts.ts +++ b/createLayouts.ts @@ -8,7 +8,7 @@ import Locale from "./UI/i18n/Locale"; import svg2img from 'promise-svg2img'; import Translation from "./UI/i18n/Translation"; import Translations from "./UI/i18n/Translations"; -import {TagRendering} from "./UI/TagRendering"; +import {TagRendering} from "./UI/Popup/TagRendering"; TagRendering.injectFunction(); console.log("Building the layouts")