From 7c2a5f89c6ce6a0d020e3d514d55a74a7d7a2e3d Mon Sep 17 00:00:00 2001 From: Volker Schukai <volker.schukai@schukai.com> Date: Tue, 9 Aug 2022 22:04:12 +0200 Subject: [PATCH] release and publish to npm --- application/package.json | 2 +- application/source/types/version.mjs | 2 +- development/package.json | 2 +- release.json | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/application/package.json b/application/package.json index 3acfdea05..d6062e6da 100644 --- a/application/package.json +++ b/application/package.json @@ -1,6 +1,6 @@ { "name": "@schukai/monster", - "version": "2.0.2", + "version": "2.0.3", "description": "Monster is a simple library for creating fast, robust and lightweight websites.", "keywords": [ "framework", diff --git a/application/source/types/version.mjs b/application/source/types/version.mjs index caa2a05b5..025f3e261 100644 --- a/application/source/types/version.mjs +++ b/application/source/types/version.mjs @@ -137,7 +137,7 @@ function getMonsterVersion() { } /** don't touch, replaced by make with package.json version */ - monsterVersion = new Version('2.0.0') + monsterVersion = new Version('2.0.3') return monsterVersion; diff --git a/development/package.json b/development/package.json index cf4adc6d4..6b1658ffc 100644 --- a/development/package.json +++ b/development/package.json @@ -1,6 +1,6 @@ { "name": "monster", - "version": "2.0.2", + "version": "2.0.3", "description": "monster", "repository": { "type": "git", diff --git a/release.json b/release.json index bc3fc08ca..0754addd7 100644 --- a/release.json +++ b/release.json @@ -1 +1 @@ -{"version":"2.0.2"} +{"version":"2.0.3"} -- GitLab