From c2d291ab0c2c3a71460286f42e15b32f2d17bf18 Mon Sep 17 00:00:00 2001 From: Volker Schukai <volker.schukai@schukai.com> Date: Mon, 8 Aug 2022 17:47:11 +0200 Subject: [PATCH] release and publish to npm --- application/package.json | 2 +- development/package.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/application/package.json b/application/package.json index 0dd1966c4..02fb212b6 100644 --- a/application/package.json +++ b/application/package.json @@ -1,6 +1,6 @@ { "name": "@schukai/monster", - "version": "0.1.14", + "version": "0.1.16", "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 1dfd70264..4a2ba7298 100644 --- a/development/package.json +++ b/development/package.json @@ -1,6 +1,6 @@ { "name": "monster", - "version": "0.1.14", + "version": "0.1.16", "description": "monster", "repository": { "type": "git", -- GitLab