Version bump

This commit is contained in:
Pieter Vander Vennet 2020-11-06 04:15:10 +01:00
parent b764371cce
commit 1fc180f5ae
2 changed files with 2 additions and 2 deletions

View file

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

View file

@ -205,7 +205,7 @@ function createLandingPage(layout: Layout) {
}
const og = `
<meta property="og:image" content="${ogImage ?? './assets/add.svg'}">
<meta property="og:image" content="${ogImage ?? './assets/svg/add.svg'}">
<meta property="og:title" content="${ogTitle}">
<meta property="og:description" content="${ogDescr}">`