Bump version for 1.0 Beta 1

This commit is contained in:
Timothy Baldridge 2019-11-06 22:35:01 -07:00
parent 3f4a2bb733
commit 904b59cd08
2 changed files with 7 additions and 2 deletions

View File

@ -1,5 +1,10 @@
### Changelog
#### Version 1.0 beta 1 - 11/6/2019
* New Installation GUI
* Files are now moved during installation instead of copied
* Many other internal/non-user-facing improvements and optimizations
#### Version 1.0 alpha 5 - 11/2/2019
* Fix a NPE exception with game ESM verification

View File

@ -49,5 +49,5 @@ using System.Windows;
// 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.0.5.0")]
[assembly: AssemblyFileVersion("1.0.5.0")]
[assembly: AssemblyVersion("1.0.6.0")]
[assembly: AssemblyFileVersion("1.0.6.0")]