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

release and publish to npm

parent 6b7bdbc4
No related branches found
No related tags found
No related merge requests found
{
"name": "@schukai/monster",
"version": "2.0.6",
"version": "2.0.7",
"description": "Monster is a simple library for creating fast, robust and lightweight websites.",
"keywords": [
"framework",
......
......@@ -137,7 +137,7 @@ function getMonsterVersion() {
}
/** don't touch, replaced by make with package.json version */
monsterVersion = new Version('2.0.6')
monsterVersion = new Version('2.0.7')
return monsterVersion;
......
{
"name": "monster",
"version": "2.0.6",
"version": "2.0.7",
"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('2.0.6')
monsterVersion = new Version('2.0.7')
let m = getMonsterVersion();
......
{"version":"2.0.6"}
{"version":"2.0.7"}
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment