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

release and publish to npm

parent eb9f556e
No related branches found
No related tags found
No related merge requests found
{ {
"name": "@schukai/monster", "name": "@schukai/monster",
"version": "3.51.0", "version": "3.51.1",
"description": "Monster is a simple library for creating fast, robust and lightweight websites.", "description": "Monster is a simple library for creating fast, robust and lightweight websites.",
"keywords": [ "keywords": [
"framework", "framework",
......
...@@ -142,7 +142,7 @@ function getMonsterVersion() { ...@@ -142,7 +142,7 @@ function getMonsterVersion() {
} }
/** don't touch, replaced by make with package.json version */ /** don't touch, replaced by make with package.json version */
monsterVersion = new Version("3.51.0"); monsterVersion = new Version("3.51.1");
return monsterVersion; return monsterVersion;
} }
{ {
"name": "monster", "name": "monster",
"version": "3.51.0", "version": "3.51.1",
"description": "monster", "description": "monster",
"repository": { "repository": {
"type": "git", "type": "git",
......
...@@ -7,7 +7,7 @@ describe('Monster', function () { ...@@ -7,7 +7,7 @@ describe('Monster', function () {
let monsterVersion let monsterVersion
/** don´t touch, replaced by make with package.json version */ /** don´t touch, replaced by make with package.json version */
monsterVersion = new Version("3.51.0") monsterVersion = new Version("3.51.1")
let m = getMonsterVersion(); let m = getMonsterVersion();
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment