diff --git a/Properties/AssemblyInfo.cs b/Properties/AssemblyInfo.cs index 23c663f99..df0296acc 100644 --- a/Properties/AssemblyInfo.cs +++ b/Properties/AssemblyInfo.cs @@ -33,6 +33,6 @@ // You can specify all the values or you can default the Build and Revision Numbers // by using the '*' as shown below: // [assembly: AssemblyVersion("1.0.*")] -[assembly: AssemblyVersion("3.5.3.0")] -[assembly: AssemblyFileVersion("3.5.3.0")] +[assembly: AssemblyVersion("3.6.0.0")] +[assembly: AssemblyFileVersion("3.6.0.0")] [assembly: NeutralResourcesLanguageAttribute("en-US")] diff --git a/tools/downloadfiles b/tools/downloadfiles index 076dc9088..75ec0bf4f 100644 --- a/tools/downloadfiles +++ b/tools/downloadfiles @@ -13,7 +13,7 @@ download(){ printf "" > "$downloadedFileListName" -download "https://github.com/TeamShinkansen/hakchi2/releases/download/supplemental/hakchi-v1.0.4-130.hmod" "mods/hmods/hakchi.hmod" || exit 1 +download "https://github.com/TeamShinkansen/Hakchi2-CE/releases/download/supplemental/hakchi-v1.0.4-124.Thu.24.Oct.2019.11_55_48.PM.GMT.hmod" "mods/hmods/hakchi.hmod" || exit 1 download "https://hakchi.net/hakchi/detached-fallback" "tools/arm/detached-fallback" || exit 1 download "https://github.com/TeamShinkansen/libwdi/releases/download/classic_driver_1/classic_driver.exe" "driver/classic_driver.exe" || exit 1 download "https://the.earth.li/~sgtatham/putty/latest/w32/puttytel.exe" "tools/putty/puttytel.exe" || exit 1