From 33687e0d80476409f3ed81da9a024480a776ac10 Mon Sep 17 00:00:00 2001 From: Patrick Dawson Date: Tue, 10 Jan 2023 21:18:12 +0100 Subject: [PATCH] version bump --- README.md | 4 ++-- addons/imgui-godot/plugin.cfg | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index bf5ce9e..f323d9e 100644 --- a/README.md +++ b/README.md @@ -23,7 +23,7 @@ public partial class MyNode : Node Download -[![](https://img.shields.io/static/v1?label=imgui-godot&message=3.5.2&color=blueviolet&logo=github)](https://github.com/pkdawson/imgui-godot/archive/refs/tags/v3.5.2.zip) +[![](https://img.shields.io/static/v1?label=imgui-godot&message=3.5.3&color=blueviolet&logo=github)](https://github.com/pkdawson/imgui-godot/archive/refs/tags/v3.5.3.zip) ## Getting Started @@ -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.2", + "checkout": "v3.5.3", "subfolder": "addons/imgui-godot" } } diff --git a/addons/imgui-godot/plugin.cfg b/addons/imgui-godot/plugin.cfg index 87f7ff2..e8ca369 100644 --- a/addons/imgui-godot/plugin.cfg +++ b/addons/imgui-godot/plugin.cfg @@ -3,5 +3,5 @@ name="Dear ImGui for Godot" description="Dear ImGui for Godot" author="Patrick Dawson" -version="3.5.2" +version="3.5.3" script="ImGuiPlugin.gd"