Skip to content

Commit 1d64bde

Browse files
committed
version bump
1 parent 48aa39f commit 1d64bde

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

README.md

+3-3
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Dear ImGui plugin for Godot 4 (C#)
22

3-
![](https://img.shields.io/static/v1?label=Godot%204.0&message=beta15&color=blue&logo=godotengine)
3+
![](https://img.shields.io/static/v1?label=Godot%204.0&message=beta17&color=blue&logo=godotengine)
44
![](https://github.com/pkdawson/imgui-godot/actions/workflows/dotnet.yml/badge.svg)
55
![](https://github.com/pkdawson/imgui-godot/actions/workflows/godot.yml/badge.svg)
66

@@ -23,7 +23,7 @@ public partial class MyNode : Node
2323

2424
Download
2525

26-
[![](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)
26+
[![](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)
2727

2828
## Getting Started
2929

@@ -86,7 +86,7 @@ That's about it. Everything else is provided by ImGui itself, via ImGui.NET.
8686
"addons": {
8787
"imgui-godot": {
8888
"url": "https://github.com/pkdawson/imgui-godot",
89-
"checkout": "v3.5.4",
89+
"checkout": "v3.5.5",
9090
"subfolder": "addons/imgui-godot"
9191
}
9292
}

addons/imgui-godot/plugin.cfg

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,5 +3,5 @@
33
name="Dear ImGui for Godot"
44
description="Dear ImGui for Godot"
55
author="Patrick Dawson"
6-
version="3.5.4"
6+
version="3.5.5"
77
script="ImGuiPlugin.gd"

0 commit comments

Comments
 (0)