Skip to content

Commit

Permalink
Change version
Browse files Browse the repository at this point in the history
  • Loading branch information
Hossein223 committed Nov 17, 2023
1 parent 9708fee commit eb4f66e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Domain/Logic/AuthroziedFeatureInfo.cs
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ static AuthroziedFeatureInfo[] AddEverythingItem(AuthroziedFeatureInfo[] items)
Feature = new Feature
{
Title = "Everything",
LoadUrl = "/[hub]/everything",
LoadUrl = "/[hub]/everything",
Icon = "fas fa-th"
}
};
Expand Down
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.26</Version>
<Version>1.5.27</Version>
<GenerateAssemblyInfo>false</GenerateAssemblyInfo>
<GenerateTargetFrameworkAttribute>false</GenerateTargetFrameworkAttribute>
<Nullable>warnings</Nullable>
Expand Down

0 comments on commit eb4f66e

Please sign in to comment.