diff --git a/FModel/Settings/UserSettings.cs b/FModel/Settings/UserSettings.cs index 80dbed81..377bed14 100644 --- a/FModel/Settings/UserSettings.cs +++ b/FModel/Settings/UserSettings.cs @@ -1,4 +1,4 @@ -using System; +using System; using System.Collections.Generic; using System.IO; using System.Windows.Input; @@ -132,7 +132,7 @@ namespace FModel.Settings set => SetProperty(ref _loadingMode, value); } - private EUpdateMode _updateMode = EUpdateMode.Stable; + private EUpdateMode _updateMode = EUpdateMode.Beta; public EUpdateMode UpdateMode { get => _updateMode; diff --git a/README.md b/README.md index fa56266b..231c93e3 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/download/4.0.0.1/FModel.zip)** the latest release. +* **[Download](https://github.com/iAmAsval/FModel/releases/latest/download/FModel.zip)** the latest release. * **Extract FModel.exe** somewhere on your PC and launch it ## Authors