Update QtWebApp to v1.8.6

This commit is contained in:
Felix Kauselmann
2022-10-08 13:38:52 +02:00
parent 083888efde
commit 2e72e428ba
14 changed files with 157 additions and 39 deletions

View File

@ -2,6 +2,6 @@
const char* getQtWebAppLibVersion()
{
return "1.8.3";
return "1.8.6";
}