diff --git a/winchat/WinChat.zip b/winchat/WinChat.zip new file mode 100644 index 0000000..be6b17d Binary files /dev/null and b/winchat/WinChat.zip differ diff --git a/winchat/index.html b/winchat/index.html index b436880..6ec15e2 100644 --- a/winchat/index.html +++ b/winchat/index.html @@ -47,8 +47,10 @@ I started this project to get a grasp of the network programming I would need to know if I were to add multiplayer support to Nothin' Fancy. The application has few features, but everything is done at a low level, only using old Win32 APIs to get the job done. - This section will be updated when a version is available to download. - The source is on GitHub here (look under the develop branch). + You can download the current version (1.0.0) here. + As a side note, because I do not have a "code signing certificate," Windows Security and SmartScreen might not let you run the program without asking you if you are sure. + + The source is on GitHub here.