From 21239357af3297b7c940f73a97ab006e89ffb65b Mon Sep 17 00:00:00 2001 From: Volker Schukai <volker.schukai@schukai.com> Date: Tue, 9 Aug 2022 22:03:33 +0200 Subject: [PATCH] release and publish to npm --- application/package.json | 2 +- development/package.json | 2 +- release.json | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/application/package.json b/application/package.json index 51d2a902a..3acfdea05 100644 --- a/application/package.json +++ b/application/package.json @@ -1,6 +1,6 @@ { "name": "@schukai/monster", - "version": "2.0.1", + "version": "2.0.2", "description": "Monster is a simple library for creating fast, robust and lightweight websites.", "keywords": [ "framework", diff --git a/development/package.json b/development/package.json index babc10745..cf4adc6d4 100644 --- a/development/package.json +++ b/development/package.json @@ -1,6 +1,6 @@ { "name": "monster", - "version": "2.0.1", + "version": "2.0.2", "description": "monster", "repository": { "type": "git", diff --git a/release.json b/release.json index 895dafda2..bc3fc08ca 100644 --- a/release.json +++ b/release.json @@ -1 +1 @@ -{"version":"2.0.1"} +{"version":"2.0.2"} -- GitLab