Skip to content

Commit

Permalink
version 4.0.3
Browse files Browse the repository at this point in the history
  • Loading branch information
pkdawson committed Jul 27, 2023
1 parent 354dfcc commit 3c373a3
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -85,7 +85,7 @@ That's about it. Everything else is provided by ImGui itself, via ImGui.NET.
"addons": {
"imgui-godot": {
"url": "https://github.com/pkdawson/imgui-godot",
"checkout": "godot-4.0",
"checkout": "godot-4.1",
"subfolder": "addons/imgui-godot"
}
}
Expand Down
2 changes: 1 addition & 1 deletion addons/imgui-godot/plugin.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -3,5 +3,5 @@
name="imgui-godot"
description="Dear ImGui for Godot"
author="Patrick Dawson"
version="4.0.2"
version="4.0.3"
script="scripts/ImGuiPlugin.gd"

0 comments on commit 3c373a3

Please sign in to comment.