From 8b09b76939e9480552b32347e100a36f3538b7bd Mon Sep 17 00:00:00 2001 From: ISA Date: Tue, 17 Jun 2025 07:55:09 +0200 Subject: [PATCH] docs: README --- README.md | 4 ++-- config/appVersion.js | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index f34556dc8..5ac40828f 100644 --- a/README.md +++ b/README.md @@ -96,7 +96,7 @@ SharePoint verfügbar: 2. 🔍 **Prüfen, ob passende `node_modules-v1.1.xxx.zip` Datei vorhanden ist** - - Wenn **nicht vorhanden** → `C:\\inetpub\\wwwroot\\talas5\\nodeMap` komplett löschen + - Wenn **nicht vorhanden** → `C:\inetpub\wwwroot\talas5\nodeMap` komplett löschen - Wenn **vorhanden** → nur `node_modules-v1.1.xxx.zip` und `node_modules` behalten, Rest löschen 💡 **Tipp:** `node_modules-v1.1.xxx.zip` nach Entpacken **nicht löschen** – dient als Nachweis @@ -106,7 +106,7 @@ SharePoint verfügbar: - `NodeMap V1.1.260.zip` entpacken ⚠️ **Wichtig:** Nur den **Inhalt** des entpackten `deployment`-Ordners nach - `C:\\inetpub\\wwwroot\\talas5\\nodeMap\\` kopieren – **nicht** den Ordner selbst. + `C:\inetpub\wwwroot\talas5\nodeMap\` kopieren – **nicht** den Ordner selbst. 4. 🚀 **Dienst starten** - Windows-Dienst `NodeMapService` wieder starten diff --git a/config/appVersion.js b/config/appVersion.js index 8b0c25902..edf29cb07 100644 --- a/config/appVersion.js +++ b/config/appVersion.js @@ -1,2 +1,2 @@ // /config/appVersion -export const APP_VERSION = "1.1.264"; +export const APP_VERSION = "1.1.265";