Skip to content

Commit

Permalink
update version
Browse files Browse the repository at this point in the history
  • Loading branch information
MansourNazifiAsl committed Oct 19, 2023
1 parent 81b6099 commit 015e6e8
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Olive.Microservices.Hub.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
<Authors>Geeks Ltd</Authors>
<RepositoryUrl>https://github.com/Geeksltd/Olive.Microservices.Hub/tree/master/Olive.Microservices.Hub</RepositoryUrl>
<PackageIcon>icon.png</PackageIcon>
<Version>1.5.19</Version>
<Version>1.5.20</Version>
<GenerateAssemblyInfo>false</GenerateAssemblyInfo>
<GenerateTargetFrameworkAttribute>false</GenerateTargetFrameworkAttribute>
<Nullable>warnings</Nullable>
Expand Down
2 changes: 1 addition & 1 deletion Views/Modules/Components/SideBarIconsModule/Default.cshtml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
<div data-module="SideBarIconsModule" class="side-bar-icons-module">
@Html.StartupActionsJson()
<div>
<a href="https://hub.app.geeks.ltd/dashboard/user/recognise.aspx" class="side-bar-recognise no-print" title="Recognise">
<a href="https://hub.app.geeks.ltd/dashboard/user/recognise.aspx" class="side-bar-recognise no-print" data-redirect="ajax" title="Recognise">
<img src="@themeRoot/img/side_bar_icons/recognise.png" alt="Recognise" />
</a>
</div>
Expand Down

0 comments on commit 015e6e8

Please sign in to comment.