chore: bump to 1.0.1

This commit is contained in:
Anna 2022-04-17 18:20:44 -04:00
parent 18402c9f29
commit c489b88ac9
Signed by: anna
GPG Key ID: 0B391D8F06FCD9E0

View File

@ -1,6 +1,7 @@
<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<Version>1.0.1</Version>
<TargetFramework>net5-windows</TargetFramework>
<ImplicitUsings>enable</ImplicitUsings>
<Nullable>enable</Nullable>
@ -46,7 +47,7 @@
</ItemGroup>
<ItemGroup>
<PackageReference Include="DalamudPackager" Version="2.1.7" />
<PackageReference Include="DalamudPackager" Version="2.1.7"/>
</ItemGroup>
</Project>