diff --git a/FModel/FModel.csproj b/FModel/FModel.csproj
index 3c3dbaf5..b51b3f6c 100644
--- a/FModel/FModel.csproj
+++ b/FModel/FModel.csproj
@@ -6,13 +6,14 @@
true
FModel.ico
4.0.0
- 4.0.0.1
- 4.0.0.1
+ 4.0.0.2
+ 4.0.0.2
false
true
win-x64
true
true
+ FModel.App
diff --git a/FModel/Settings/UserSettings.cs b/FModel/Settings/UserSettings.cs
index 1cc62682..80dbed81 100644
--- a/FModel/Settings/UserSettings.cs
+++ b/FModel/Settings/UserSettings.cs
@@ -303,7 +303,7 @@ namespace FModel.Settings
set => SetProperty(ref _customDirectories, value);
}
- private DateTime _lastAesReload = DateTime.Today;
+ private DateTime _lastAesReload = DateTime.Today.AddDays(-1);
public DateTime LastAesReload
{
get => _lastAesReload;
diff --git a/README.md b/README.md
index 231c93e3..fa56266b 100644
--- a/README.md
+++ b/README.md
@@ -7,7 +7,7 @@
## Installation
To use FModel, you need to have **[.NET 5](https://dotnet.microsoft.com/download/dotnet/thank-you/runtime-desktop-5.0.6-windows-x64-installer)** installed on your computer
-* **[Download](https://github.com/iAmAsval/FModel/releases/latest/download/FModel.zip)** the latest release.
+* **[Download](https://github.com/iAmAsval/FModel/releases/download/4.0.0.1/FModel.zip)** the latest release.
* **Extract FModel.exe** somewhere on your PC and launch it
## Authors