Bump version to 1.5.2

This commit is contained in:
Roger Far 2021-02-09 20:04:21 -07:00
parent 5e8d65fcb2
commit 83f89865c9
2 changed files with 2 additions and 2 deletions

View file

@ -49,7 +49,7 @@
<a class="navbar-item"> Profile </a>
<a class="navbar-item" (click)="logout()"> Logout </a>
<hr class="navbar-divider" />
<div class="navbar-item">Version 0.8.0</div>
<div class="navbar-item">Version 1.5.2</div>
</div>
</div>
</div>

View file

@ -4,7 +4,7 @@
<TargetFramework>net5.0</TargetFramework>
<OutputType>Exe</OutputType>
<UserSecretsId>94c24cba-f03f-4453-a671-3640b517c573</UserSecretsId>
<Version>1.5.0</Version>
<Version>1.5.2</Version>
</PropertyGroup>
<ItemGroup>