Bump to 1.7.8

This commit is contained in:
Roger Far 2021-06-16 07:41:33 -06:00
parent 16dfda50b9
commit 3a2d33435e
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"> Profile </a>
<a class="navbar-item" (click)="logout()"> Logout </a> <a class="navbar-item" (click)="logout()"> Logout </a>
<hr class="navbar-divider" /> <hr class="navbar-divider" />
<div class="navbar-item">Version 1.7.7</div> <div class="navbar-item">Version 1.7.8</div>
</div> </div>
</div> </div>
</div> </div>

View file

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