Skip to content

Commit

Permalink
release: bump version to 1.1.1
Browse files Browse the repository at this point in the history
  • Loading branch information
tautcony committed Mar 6, 2023
1 parent 1121002 commit 2144628
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions ISTA-Patcher/ISTA-Patcher.csproj
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<Project Sdk="Microsoft.NET.Sdk">

<PropertyGroup>
<Version>1.1.0</Version>
<Version>1.1.1</Version>
<Copyright>Copyright (C) 2022-2023 TautCony.
Released under the GNU GPLv3+.</Copyright>
<OutputType>Exe</OutputType>
Expand All @@ -24,7 +24,7 @@ Released under the GNU GPLv3+.</Copyright>
<PrivateAssets>all</PrivateAssets>
<IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets>
</PackageReference>
<PackageReference Include="System.Text.Json" Version="7.0.1" />
<PackageReference Include="System.Text.Json" Version="7.0.2" />
</ItemGroup>

<ItemGroup>
Expand Down

0 comments on commit 2144628

Please sign in to comment.