From 734c079acaa36089229d9a451074bf5591b728d3 Mon Sep 17 00:00:00 2001
From: Volker Schukai <volker.schukai@schukai.com>
Date: Mon, 8 Aug 2022 20:04:37 +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 be68319c4..c96a30bc1 100644
--- a/application/package.json
+++ b/application/package.json
@@ -1,6 +1,6 @@
 {
   "name": "@schukai/monster",
-  "version": "0.1.20",
+  "version": "1.0.0",
   "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 e7832378f..c0a9546e2 100644
--- a/development/package.json
+++ b/development/package.json
@@ -1,6 +1,6 @@
 {
   "name": "monster",
-  "version": "0.1.20",
+  "version": "1.0.0",
   "description": "monster",
   "repository": {
     "type": "git",
diff --git a/release.json b/release.json
index 02a10929d..b8fbae922 100644
--- a/release.json
+++ b/release.json
@@ -1 +1 @@
-{"version":"0.1.21"}
+{"version":"1.0.0"}
-- 
GitLab