Skip to content

Commit

Permalink
Update version numbers
Browse files Browse the repository at this point in the history
  • Loading branch information
xen-42 committed Jul 7, 2023
1 parent 2b2a5c4 commit 42fdb69
Show file tree
Hide file tree
Showing 5 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion Winch.Examples/DisasterButton/DisasterButton.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
</ItemGroup>

<ItemGroup>
<PackageReference Include="DredgeGameLibs" Version="1.1.0" />
<PackageReference Include="DredgeGameLibs" Version="1.2.0" />
</ItemGroup>

<ItemGroup>
Expand Down
2 changes: 1 addition & 1 deletion Winch.Examples/ExampleItems/ExampleItems.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@
</ItemGroup>

<ItemGroup>
<PackageReference Include="DredgeGameLibs" Version="1.1.0" />
<PackageReference Include="DredgeGameLibs" Version="1.2.0" />
</ItemGroup>

<ItemGroup>
Expand Down
2 changes: 1 addition & 1 deletion Winch.Examples/IntroSkipper/IntroSkipper.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
</ItemGroup>

<ItemGroup>
<PackageReference Include="DredgeGameLibs" Version="1.1.0" />
<PackageReference Include="DredgeGameLibs" Version="1.2.0" />
</ItemGroup>

<ItemGroup>
Expand Down
4 changes: 2 additions & 2 deletions Winch/Winch.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
</PropertyGroup>

<ItemGroup>
<PackageReference Include="DredgeGameLibs" Version="1.1.0" />
<PackageReference Include="DredgeGameLibs" Version="1.2.0" />
<PackageReference Include="Lib.Harmony" Version="2.2.2" />
<PackageReference Include="Newtonsoft.Json" Version="13.0.1" />
</ItemGroup>
Expand Down Expand Up @@ -51,7 +51,7 @@
</ItemGroup>

<Target Name="CopyDLLs" AfterTargets="Build">
<Copy SourceFiles="@(DLLs)" DestinationFolder="$(OutputPath)"/>
<Copy SourceFiles="@(DLLs)" DestinationFolder="$(OutputPath)" />
</Target>

</Project>
2 changes: 1 addition & 1 deletion Winch/mod_meta.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,5 +2,5 @@
"Name": "Winch",
"Author": "Hacktix",
"ModGUID": "hacktix.winch",
"Version": "manager-test"
"Version": "alpha-1.4"
}

0 comments on commit 42fdb69

Please sign in to comment.