diff --git a/App/AppInfo/appinfo.ini b/App/AppInfo/appinfo.ini index a3b703d..a59c261 100644 --- a/App/AppInfo/appinfo.ini +++ b/App/AppInfo/appinfo.ini @@ -49,9 +49,9 @@ UsesJava=yes [Version] ;PackageVersion is used by the installer and the updater. It must be in dotted quad X.X.X.X format for use by Windows. You must ensure that each successive version has a higher package version than the previous or it will not be treated as a newer version by the platform's updater. Generally, the PackageVersion is based on the DisplayVersion. So an app with version 3.5 will have a package version of 3.5.0.0. -PackageVersion=3.14.2.0 +PackageVersion=3.14.8.0 ;DisplayVersion is displayed to the user and used in naming the installer -DisplayVersion=3.14.2 +DisplayVersion=3.14.8 ;Some example Display and Package versions ;3.5 would be 3.5.0.0 ;4.5a would be 4.5.1.0 diff --git a/App/AppInfo/installer.ini b/App/AppInfo/installer.ini index 886f09f..2304799 100644 --- a/App/AppInfo/installer.ini +++ b/App/AppInfo/installer.ini @@ -33,16 +33,16 @@ CloseEXE=Unciv.exe [DownloadFiles] AdditionalInstallSize=200M -DownloadURL=https://github.com/yairm210/Unciv/releases/download/3.14.2/Unciv-Windows64.zip +DownloadURL=https://github.com/yairm210/Unciv/releases/download/3.14.8/Unciv-Windows64.zip DownloadName=Unciv-Windows64.zip DownloadFilename=Unciv-Windows64.zip -DownloadMD5=3e0742be5c8f775438758d833455a65f +DownloadMD5=2dc06923be43c07574f43e87a689c26d AdvancedExtract1To=App\Unciv\x64\ AdvancedExtract1Filter=** -Download2URL=https://github.com/yairm210/Unciv/releases/download/3.14.2/Unciv-Windows32.zip +Download2URL=https://github.com/yairm210/Unciv/releases/download/3.14.8/Unciv-Windows32.zip Download2Name=Unciv-Windows32.zip Download2Filename=Unciv-Windows32.zip -DownloadMD5=fe759f683ac142278209bfcead3152de +DownloadMD5=e05e460556d5f05e70da625a2eaae118 AdvancedExtract2To=App\Unciv\x86\ AdvancedExtract2Filter=** \ No newline at end of file