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", "name": "libreevent",
"version": "1.1.15", "version": "1.1.16",
"description": "A free and open source event management solution", "description": "A free and open source event management solution",
"main": "/dist/app.js", "main": "/dist/app.js",
"scripts": { "scripts": {

View File

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