diff --git a/App/AppInfo/appinfo.ini b/App/AppInfo/appinfo.ini index 592fb97..a3b703d 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.13.11.0 +PackageVersion=3.14.2.0 ;DisplayVersion is displayed to the user and used in naming the installer -DisplayVersion=3.13.11 +DisplayVersion=3.14.2 ;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 529191a..886f09f 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.13.11/Unciv-Windows64.zip +DownloadURL=https://github.com/yairm210/Unciv/releases/download/3.14.2/Unciv-Windows64.zip DownloadName=Unciv-Windows64.zip DownloadFilename=Unciv-Windows64.zip -DownloadMD5=3982279f65f9540cee82077b9de731ee +DownloadMD5=3e0742be5c8f775438758d833455a65f AdvancedExtract1To=App\Unciv\x64\ AdvancedExtract1Filter=** -Download2URL=https://github.com/yairm210/Unciv/releases/download/3.13.11/Unciv-Windows32.zip +Download2URL=https://github.com/yairm210/Unciv/releases/download/3.14.2/Unciv-Windows32.zip Download2Name=Unciv-Windows32.zip Download2Filename=Unciv-Windows32.zip -DownloadMD5=7e0f0949c0ce71909bb68f83e54e5323 +DownloadMD5=fe759f683ac142278209bfcead3152de AdvancedExtract2To=App\Unciv\x86\ AdvancedExtract2Filter=** \ No newline at end of file