diff --git a/MeetUpFunctions/Constants.cs b/MeetUpFunctions/Constants.cs
index a48942f..cbf5323 100644
--- a/MeetUpFunctions/Constants.cs
+++ b/MeetUpFunctions/Constants.cs
@@ -22,7 +22,7 @@ public static class Constants
public const string DEFAULT_DISCLAIMER = "Disclaimer";
public const string DEFAULT_GUEST_DISCLAIMER = "Guest Disclaimer";
- public const string VERSION = "2024-01-24";
+ public const string VERSION = "2024-11-28";
public const int ADMINOVERBOOKFACTOR = 1; // no overbooking any more, because not needed
public const int LOG_TTL = 30 * 24 * 3600; // 30 days TTL for Log items
diff --git a/MeetUpPlanner/Client/MeetUpPlanner.Client.csproj b/MeetUpPlanner/Client/MeetUpPlanner.Client.csproj
index 537c7a4..45dc499 100644
--- a/MeetUpPlanner/Client/MeetUpPlanner.Client.csproj
+++ b/MeetUpPlanner/Client/MeetUpPlanner.Client.csproj
@@ -6,16 +6,16 @@
- Diese kleine Anwendung habe ich in den "Corona"-Zeiten entwickelt, damit Radausfahrten so organisiert werden können, dass - die Teilnehmer sich registrieren können und alle Kontakte nachvollziehbar sind. + Diese kleine Anwendung habe ich ursprünglich in den "Corona"-Zeiten entwickelt, damit Radausfahrten so organisiert werden können, dass + die Teilnehmer sich registrieren können und alle Kontakte nachvollziehbar sind. Aber darüberhinaus hat sich der MeetUpPlanner als nützliches Tool + für die Verabredung von Ausfahrten oder anderen Aktivitäten bewährt.
Folgende Ziele habe ich mir für die App gesetzt: @@ -51,7 +52,7 @@