diff --git a/.env.development b/.env.development index 849a08a3f..e8c2f8fd6 100644 --- a/.env.development +++ b/.env.development @@ -23,4 +23,4 @@ NEXT_PUBLIC_USE_MOCKS=true # z.B. http://10.10.0.13/xyz/index.aspx -> basePath in config.json auf /xyz setzen # basePath wird jetzt in public/config.json gepflegt # App-Versionsnummer -NEXT_PUBLIC_APP_VERSION=1.1.357 +NEXT_PUBLIC_APP_VERSION=1.1.358 diff --git a/.env.production b/.env.production index 107a5453d..067302e27 100644 --- a/.env.production +++ b/.env.production @@ -24,4 +24,4 @@ NEXT_PUBLIC_USE_MOCKS=false # basePath wird jetzt in public/config.json gepflegt # App-Versionsnummer -NEXT_PUBLIC_APP_VERSION=1.1.357 +NEXT_PUBLIC_APP_VERSION=1.1.358 diff --git a/.husky/pre-commit b/.husky/pre-commit index bde30f1a1..85d6ce921 100644 --- a/.husky/pre-commit +++ b/.husky/pre-commit @@ -1,6 +1,3 @@ -#!/bin/sh -. "$(dirname "$0")/_/husky.sh" - echo "🔄 Version wird automatisch erhöht (bumpVersion.js)..." # Version automatisch erhöhen diff --git a/package-lock.json b/package-lock.json index 67018d115..3fd38737d 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "nodemap", - "version": "1.1.357", + "version": "1.1.358", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "nodemap", - "version": "1.1.357", + "version": "1.1.358", "dependencies": { "@emotion/react": "^11.13.3", "@emotion/styled": "^11.13.0", diff --git a/package.json b/package.json index df909907d..1f389dad4 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "nodemap", - "version": "1.1.357", + "version": "1.1.358", "dependencies": { "@emotion/react": "^11.13.3", "@emotion/styled": "^11.13.0",