Skip to content

Commit

Permalink
version bump
Browse files Browse the repository at this point in the history
  • Loading branch information
pkdawson committed Feb 2, 2023
1 parent 48aa39f commit 1d64bde
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
@@ -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)

Expand All @@ -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

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.4",
"checkout": "v3.5.5",
"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.4"
version="3.5.5"
script="ImGuiPlugin.gd"

0 comments on commit 1d64bde

Please # to comment.