Version bump
This commit is contained in:
parent
df4fc1198d
commit
9356001a95
2 changed files with 2 additions and 2 deletions
2
State.ts
2
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 = {
|
||||
|
|
|
@ -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")
|
||||
|
|
Loading…
Reference in a new issue