Prepare version bump

This commit is contained in:
2026-01-22 13:19:31 +01:00
parent 28acb2070c
commit f7ea972264
2 changed files with 11 additions and 2 deletions

View File

@@ -1,6 +1,6 @@
{
"name": "libreevent",
"version": "1.1.15",
"version": "1.1.16",
"description": "A free and open source event management solution",
"main": "/dist/app.js",
"scripts": {

View File

@@ -6,7 +6,7 @@
#
#
v="V1.1.15"
v="V1.1.16"
echo "
_ _ _ _
@@ -73,6 +73,15 @@ node prepareDB.js
sleep 1
echo "
==> Updating dependencies of backend <==
"
npm audit fix --force
sleep 1
echo "
==> Collecting files to archive <==