Bump to 2.0.7

This commit is contained in:
Roger Far 2022-02-06 16:46:38 -07:00
parent dc16108983
commit 4040b98176
2 changed files with 2 additions and 2 deletions

View file

@ -55,7 +55,7 @@
<a class="navbar-item" routerLink="profile"> Profile </a>
<a class="navbar-item" (click)="logout()"> Logout </a>
<hr class="navbar-divider" />
<div class="navbar-item">Version 2.0.6</div>
<div class="navbar-item">Version 2.0.7</div>
</div>
</div>
</div>

View file

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