Icinga for windows only installs framework "1.9.2" an not "1.10.0"

Hello all,

I have been waiting a long time for Framework 1.10.0.
But when I try to install the new framework, the script only installs the 1.9.2 version.
I have taken the script from the documentation.

[Net.ServicePointManager]::SecurityProtocol = ‘tls12, tls11’;
$ProgressPreference = ‘SilentlyContinue’;
[string]$ScriptFile = ‘C:\Users\Public\IcingaForWindows.ps1’;

Invoke-WebRequest -UseBasicParsing
-Uri ‘https://packages.icinga.com/IcingaForWindows/IcingaForWindows.ps1’ `
-OutFile $ScriptFile;

& $ScriptFile -IcingaReposytory 'https://packages.icinga.com/IcingaForWindows/stable/ifw.repo.json'
-ModuleDirectory 'C:\Program Files\WindowsPowerShell\Modules' -AllowUpdate
-SkipWizard;

Install-Icinga -InstallCommand ‘{“IfW-DirectorSelfServiceKey”:{“Values”:[“xxxxxxxxxxxxxxxxxxx”]},“IfW-DirectorUrl”:{“Values”:[“xxxxxxxxxxxxxx/icingaweb2/director”]}}’;

Install-IcingaComponent -Name ‘service’ -Confirm;
Install-IcingaComponent -Name ‘plugins’ -Confirm;

I have tried this several times and only get 1.9.2 installed.