Skip to content

Commit

Permalink
chore(deps): update all dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Jul 12, 2023
1 parent 40bb852 commit c149d1b
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion Chickensoft.GoDotLog/Chickensoft.GoDotLog.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,6 @@

<ItemGroup>
<!-- Dependencies go here. -->
<PackageReference Include="GodotSharp" Version="4.1.0-rc.3" />
<PackageReference Include="GodotSharp" Version="4.1.0" />
</ItemGroup>
</Project>
4 changes: 2 additions & 2 deletions global.json
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
{
"sdk": {
"version": "6.0.411",
"version": "6.0.412",
"rollForward": "latestMinor"
},
"msbuild-sdks": {
"Godot.NET.Sdk": "4.1.0-rc.3"
"Godot.NET.Sdk": "4.1.0"
}
}

0 comments on commit c149d1b

Please sign in to comment.