diff --git a/MegaKeep/Properties/AssemblyInfo.cs b/MegaKeep/Properties/AssemblyInfo.cs index ba888e0..7669ff1 100644 --- a/MegaKeep/Properties/AssemblyInfo.cs +++ b/MegaKeep/Properties/AssemblyInfo.cs @@ -32,5 +32,5 @@ using System.Runtime.InteropServices; // 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("1.1.0.0")] -[assembly: AssemblyFileVersion("1.1.0.0")] +[assembly: AssemblyVersion("2.1.0.0")] +[assembly: AssemblyFileVersion("2.1.0.0")] diff --git a/README.md b/README.md index 4cd0afa..3936bb2 100644 --- a/README.md +++ b/README.md @@ -44,3 +44,11 @@ v2.0 - Rewrote the base code for the program - The program will no longer completely restart if an account is already logged in - The log now automatically scrolls down with the log instead of jumping to the top + +v2.1 + +- Added cli option (thanks [CrazyOldWizard](https://github.com/CrazyOldWizard)) +- Added a check for colin's in the input text file (thanks [jogerj](https://github.com/jogerj)) +- Fixed a check when there was an error logging in (mega changed the wording) +- Updated to .net framework 4.7.2 (now using VS2019) +- Cleaned code \ No newline at end of file