Bump version number

This commit is contained in:
Timothy Baldridge 2019-11-23 10:46:16 -07:00
parent 810b87de20
commit 3cf6afba39
2 changed files with 4 additions and 3 deletions

View File

@ -1,11 +1,12 @@
### Changelog
#### Version - Next
#### Version - 1.0 beta 2 - 11/23/2019
* Optimized install process, if you install on a directory that already contains an install
the minimal amount of work will be done to update the install, instead of doing a complete
from-scratch install
* Vortex Support for some non-Bethesda games.
* Reworked several internal systems (VFS and workqueues) for better reliability and stability
* Patches are cached during compilation, and source files are no longer extracted every compile
#### Version 1.0 beta 1 - 11/6/2019
* New Installation GUI

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.6.0")]
[assembly: AssemblyFileVersion("1.0.6.0")]
[assembly: AssemblyVersion("1.0.7.0")]
[assembly: AssemblyFileVersion("1.0.7.0")]