Skip to content

Commit

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

env:
gdver: "4.0"
gdrel: beta17
gdrel: rc3

jobs:
export_game:
Expand Down
4 changes: 2 additions & 2 deletions Dear ImGui for Godot Demo.csproj
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
<Project Sdk="Godot.NET.Sdk/4.0.0-beta.17">
<Project Sdk="Godot.NET.Sdk/4.0.0-rc.3">
<PropertyGroup>
<TargetFramework>net7.0</TargetFramework>
<EnableDynamicLoading>true</EnableDynamicLoading>
Expand All @@ -10,6 +10,6 @@
<EmbeddedResource Remove="doc\**" />
</ItemGroup>
<ItemGroup>
<PackageReference Include="ImGui.NET" Version="1.89.2" />
<PackageReference Include="ImGui.NET" Version="1.89.4" />
</ItemGroup>
</Project>
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=beta17&color=blue&logo=godotengine)
![](https://img.shields.io/static/v1?label=Godot%204.0&message=rc3&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.5&color=blueviolet&logo=github)](https://github.com/pkdawson/imgui-godot/archive/refs/tags/v3.5.5.zip)
[![](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)

## 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.5",
"checkout": "v3.5.6",
"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.5"
version="3.5.6"
script="ImGuiPlugin.gd"

0 comments on commit 4b41f6c

Please # to comment.