Skip to content

Commit

Permalink
Update hakchi and bump version to 3.6
Browse files Browse the repository at this point in the history
  • Loading branch information
DanTheMan827 committed Oct 25, 2019
1 parent 2ee62c8 commit ab07af6
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions Properties/AssemblyInfo.cs
Original file line number Diff line number Diff line change
Expand Up @@ -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")]
2 changes: 1 addition & 1 deletion tools/downloadfiles
Original file line number Diff line number Diff line change
Expand Up @@ -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

0 comments on commit ab07af6

Please sign in to comment.