chore(client): bump version to 1.0.2

This commit is contained in:
Anna 2023-10-07 04:33:38 -04:00
parent 630b2ddc0b
commit d792c9d09d
Signed by: anna
GPG Key ID: D0943384CD9F87D1
1 changed files with 2 additions and 2 deletions

View File

@ -1,7 +1,7 @@
<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<Version>1.0.1</Version>
<Version>1.0.2</Version>
<TargetFramework>net7.0-windows</TargetFramework>
<ImplicitUsings>enable</ImplicitUsings>
<Nullable>enable</Nullable>
@ -50,7 +50,7 @@
</ItemGroup>
<ItemGroup>
<PackageReference Include="Blake3" Version="0.6.1" />
<PackageReference Include="Blake3" Version="0.6.1"/>
<PackageReference Include="DalamudPackager" Version="2.1.12"/>
<PackageReference Include="MessagePack" Version="2.5.129"/>
</ItemGroup>