diff --git a/installer/setup.iss b/installer/setup.iss
index c086404f..061ed1c9 100644
--- a/installer/setup.iss
+++ b/installer/setup.iss
@@ -2,7 +2,7 @@
; Erfordert Inno Setup 6.x (https://jrsoftware.org/isinfo.php)
#define MyAppName "Starface Outlook Sync"
-#define MyAppVersion "0.0.0.3"
+#define MyAppVersion "0.0.0.4"
#define MyAppPublisher "HackerSoft - Hacker-Net Telekommunikation"
#define MyAppURL "https://www.hacker-net.de"
#define MyAppExeName "StarfaceOutlookSync.exe"
diff --git a/src/StarfaceOutlookSync/StarfaceOutlookSync.csproj b/src/StarfaceOutlookSync/StarfaceOutlookSync.csproj
index 79ae6ddf..fae7d3f2 100644
--- a/src/StarfaceOutlookSync/StarfaceOutlookSync.csproj
+++ b/src/StarfaceOutlookSync/StarfaceOutlookSync.csproj
@@ -7,9 +7,9 @@
Starface Outlook Sync
HackerSoft - Hacker-Net Telekommunikation
Starface Outlook Sync
- 0.0.0.3
- 0.0.0.3
- 0.0.0.3
+ 0.0.0.4
+ 0.0.0.4
+ 0.0.0.4
Synchronisiert Outlook-Kontakte mit Starface Telefonanlage
Stefan Hacker - HackerSoft
win-x64
diff --git a/src/StarfaceOutlookSync/UI/AboutForm.cs b/src/StarfaceOutlookSync/UI/AboutForm.cs
index 191a908f..7a93e1eb 100644
--- a/src/StarfaceOutlookSync/UI/AboutForm.cs
+++ b/src/StarfaceOutlookSync/UI/AboutForm.cs
@@ -27,7 +27,7 @@ namespace StarfaceOutlookSync.UI
var lblVersion = new Label
{
- Text = "Version 0.0.0.3",
+ Text = "Version 0.0.0.4",
Left = 0, Top = 56, Width = 340, Height = 20,
TextAlign = ContentAlignment.MiddleCenter,
ForeColor = Color.Gray