Skip to content

Commit

Permalink
Update version to 1.1.1
Browse files Browse the repository at this point in the history
  • Loading branch information
enisn committed Nov 18, 2022
1 parent 99a4921 commit 1229b72
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion templates/UraniumUI.Templates.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

<PropertyGroup>
<PackageType>Template</PackageType>
<PackageVersion>1.1.0</PackageVersion>
<PackageVersion>1.1.1</PackageVersion>
<Title>Uranium UI MAUI Templates</Title>
<Authors>enisn</Authors>
<Description>Templates for new MAUI Apps, Themes and Libraries</Description>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -49,12 +49,12 @@
</ItemGroup>

<ItemGroup>
<PackageReference Include="UraniumUI.Material" Version="1.1.0" />
<PackageReference Include="UraniumUI.Material" Version="1.1.1" />
<!--#if (FontAwesome)-->
<PackageReference Include="UraniumUI.Icons.FontAwesome" Version="1.1.0" />
<PackageReference Include="UraniumUI.Icons.FontAwesome" Version="1.1.1" />
<!--#endif-->
<!--#if (MaterialIcons)-->
<PackageReference Include="UraniumUI.Icons.MaterialIcons" Version="1.1.0" />
<PackageReference Include="UraniumUI.Icons.MaterialIcons" Version="1.1.1" />
<!--#endif-->
</ItemGroup>

Expand Down

0 comments on commit 1229b72

Please sign in to comment.