Skip to content

Commit

Permalink
Update version to 2.0.4
Browse files Browse the repository at this point in the history
  • Loading branch information
enisn committed Nov 25, 2022
1 parent 1e5eab4 commit 5aa4e12
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>2.0.3</PackageVersion>
<PackageVersion>2.0.4</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="2.0.3" />
<PackageReference Include="UraniumUI.Material" Version="2.0.4" />
<!--#if (FontAwesome)-->
<PackageReference Include="UraniumUI.Icons.FontAwesome" Version="2.0.3" />
<PackageReference Include="UraniumUI.Icons.FontAwesome" Version="2.0.4" />
<!--#endif-->
<!--#if (MaterialIcons)-->
<PackageReference Include="UraniumUI.Icons.MaterialIcons" Version="2.0.3" />
<PackageReference Include="UraniumUI.Icons.MaterialIcons" Version="2.0.4" />
<!--#endif-->
</ItemGroup>

Expand Down

0 comments on commit 5aa4e12

Please sign in to comment.