Skip to content

Commit

Permalink
Bumped Version to 2.1
Browse files Browse the repository at this point in the history
  • Loading branch information
maybecryptic committed Jan 20, 2021
1 parent 63dd598 commit d2082a4
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 2 deletions.
4 changes: 2 additions & 2 deletions MegaKeep/Properties/AssemblyInfo.cs
Original file line number Diff line number Diff line change
Expand Up @@ -32,5 +32,5 @@
// 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")]
8 changes: 8 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

0 comments on commit d2082a4

Please sign in to comment.