Version bump

This commit is contained in:
Pieter Vander Vennet 2020-10-17 03:42:30 +02:00
parent df4fc1198d
commit 9356001a95
2 changed files with 2 additions and 2 deletions

View file

@ -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 = {

View file

@ -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")