Skip to content
Snippets Groups Projects
Verified Commit 438a8f09 authored by Volker Schukai's avatar Volker Schukai :alien:
Browse files

afix: mapping

parent e64f373e
No related branches found
No related tags found
No related merge requests found
{
"name": "@schukai/monster",
"version": "3.23.0",
"version": "3.24.0",
"description": "Monster is a simple library for creating fast, robust and lightweight websites.",
"keywords": [
"framework",
......
......@@ -8,6 +8,7 @@
import {internalSymbol} from "../constants.mjs";
import {extend} from "../data/extend.mjs";
import {Pathfinder} from "../data/pathfinder.mjs";
import {Formatter} from "../text/formatter.mjs";
import {parseDataURL} from "../types/dataurl.mjs";
import {getGlobalObject} from "../types/global.mjs";
......
......@@ -142,7 +142,7 @@ function getMonsterVersion() {
}
/** don't touch, replaced by make with package.json version */
monsterVersion = new Version("3.23.0");
monsterVersion = new Version("3.24.0");
return monsterVersion;
}
{
"name": "monster",
"version": "3.23.0",
"version": "3.24.0",
"description": "monster",
"repository": {
"type": "git",
......
......@@ -7,7 +7,7 @@ describe('Monster', function () {
let monsterVersion
/** don´t touch, replaced by make with package.json version */
monsterVersion = new Version("3.23.0")
monsterVersion = new Version("3.24.0")
let m = getMonsterVersion();
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment