updated to version 1.1.1

This commit is contained in:
Sascha Kühl 2025-06-01 17:43:59 +02:00
parent a431dc8ae4
commit 604f4c3320
2 changed files with 3 additions and 3 deletions

View File

@ -1,12 +1,12 @@
{
"name": "bullpen-backend",
"version": "1.1.0",
"version": "1.1.1",
"lockfileVersion": 3,
"requires": true,
"packages": {
"": {
"name": "bullpen-backend",
"version": "1.1.0",
"version": "1.1.1",
"license": "ISC",
"dependencies": {
"bcryptjs": "^3.0.2",

View File

@ -1,6 +1,6 @@
{
"name": "bullpen-backend",
"version": "1.1.0",
"version": "1.1.1",
"main": "server.js",
"scripts": {
"prebuild": "node -p \"'export const BULLPEN_VERSION = ' + JSON.stringify(require('./package.json').version) + ';'\" > config/version.js",