Skip to content

Commit

Permalink
chore(deps): update all dependencies to v4.3.0-rc.1
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] committed Jul 25, 2024
1 parent 82f161e commit c2fc734
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Chickensoft.GoDotTest/Chickensoft.GoDotTest.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@

<ItemGroup>
<!-- Dependencies go here. -->
<PackageReference Include="GodotSharp" Version="4.3.0-beta.3" />
<PackageReference Include="GodotSharp" Version="4.3.0-rc.1" />
<PackageReference Include="Chickensoft.GoDotCollections" Version="1.4.4" />
<PackageReference Include="Chickensoft.GoDotLog" Version="1.1.23-godot4.3.0-beta.3" />
<PackageReference Include="JetBrains.Annotations" Version="2024.2.0" />
Expand Down
2 changes: 1 addition & 1 deletion global.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,6 @@
"rollForward": "latestMinor"
},
"msbuild-sdks": {
"Godot.NET.Sdk": "4.3.0-beta.3"
"Godot.NET.Sdk": "4.3.0-rc.1"
}
}

0 comments on commit c2fc734

Please sign in to comment.