Skip to content

Commit

Permalink
version bump
Browse files Browse the repository at this point in the history
  • Loading branch information
pkdawson committed Apr 25, 2023
1 parent 204a06a commit acec16e
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ public partial class MyNode : Node

Download

[![](https://img.shields.io/static/v1?label=imgui-godot&message=3.5.7&color=blueviolet&logo=github)](https://github.com/pkdawson/imgui-godot/archive/refs/tags/v3.5.7.zip)
[![](https://img.shields.io/static/v1?label=imgui-godot&message=3.5.8&color=blueviolet&logo=github)](https://github.com/pkdawson/imgui-godot/archive/refs/tags/v3.5.8.zip)

## Getting Started

Expand Down Expand Up @@ -86,7 +86,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": "v3.5.7",
"checkout": "v3.5.8",
"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="Dear ImGui for Godot"
description="Dear ImGui for Godot"
author="Patrick Dawson"
version="3.5.7"
version="3.5.8"
script="ImGuiPlugin.gd"

0 comments on commit acec16e

Please # to comment.