From 1d64bdeadbc3799d11deb7d1c93f3665892be2ce Mon Sep 17 00:00:00 2001 From: Patrick Dawson Date: Thu, 2 Feb 2023 03:10:38 +0100 Subject: [PATCH] version bump --- README.md | 6 +++--- addons/imgui-godot/plugin.cfg | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index 3825d8d..025e25c 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,6 @@ # Dear ImGui plugin for Godot 4 (C#) -![](https://img.shields.io/static/v1?label=Godot%204.0&message=beta15&color=blue&logo=godotengine) +![](https://img.shields.io/static/v1?label=Godot%204.0&message=beta17&color=blue&logo=godotengine) ![](https://github.com/pkdawson/imgui-godot/actions/workflows/dotnet.yml/badge.svg) ![](https://github.com/pkdawson/imgui-godot/actions/workflows/godot.yml/badge.svg) @@ -23,7 +23,7 @@ public partial class MyNode : Node Download -[![](https://img.shields.io/static/v1?label=imgui-godot&message=3.5.4&color=blueviolet&logo=github)](https://github.com/pkdawson/imgui-godot/archive/refs/tags/v3.5.4.zip) +[![](https://img.shields.io/static/v1?label=imgui-godot&message=3.5.5&color=blueviolet&logo=github)](https://github.com/pkdawson/imgui-godot/archive/refs/tags/v3.5.5.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.4", + "checkout": "v3.5.5", "subfolder": "addons/imgui-godot" } } diff --git a/addons/imgui-godot/plugin.cfg b/addons/imgui-godot/plugin.cfg index d015451..a362767 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.4" +version="3.5.5" script="ImGuiPlugin.gd"