bump version number

This commit is contained in:
halgari 2019-12-14 10:10:06 -07:00
parent 375c92c07e
commit 7fa7f42fc3
2 changed files with 7 additions and 2 deletions

View File

@ -1,5 +1,10 @@
### Changelog
#### Version - 1.0 beta 5 - 12/14/2019
* Added LoversLab download support
* Nexus and LL logins now happen via a in-ap browser
* Several UI enhancements
#### Version - 1.0 beta 4 - 12/3/2019
* Several crash and bug fixes

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