Skip to content

Commit

Permalink
version bump
Browse files Browse the repository at this point in the history
  • Loading branch information
pkdawson committed Apr 17, 2023
1 parent 795b04f commit 7e74c7a
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/godot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ on:
- godot3

env:
gdver: "4.0"
gdver: "4.0.2"
gdrel: stable

jobs:
Expand Down
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.6&color=blueviolet&logo=github)](https://github.com/pkdawson/imgui-godot/archive/refs/tags/v3.5.6.zip)
[![](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)

## 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.6",
"checkout": "v3.5.7",
"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.6"
version="3.5.7"
script="ImGuiPlugin.gd"

0 comments on commit 7e74c7a

Please # to comment.