Skip to content

Commit

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

Expand Down

0 comments on commit 369f8e5

Please sign in to comment.