Bump version

This commit is contained in:
Timothy Baldridge 2019-12-03 22:07:13 -07:00
parent 38536a2061
commit 7bd884cdc9
2 changed files with 5 additions and 2 deletions

View File

@ -1,5 +1,8 @@
### Changelog
#### Version - 1.0 beta 4 - 12/3/2019
* Several crash and bug fixes
#### Version - 1.0 beta 3 - 11/30/2019
* Reworked much of the UI into a single window
* Can download modlists directly through the single-window UI

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.8.0")]
[assembly: AssemblyFileVersion("1.0.8.0")]
[assembly: AssemblyVersion("1.0.9.0")]
[assembly: AssemblyFileVersion("1.0.9.0")]