Skip to content

Commit 25cef6a

Browse files
committed
Update minimum requirement for gd-plug
1 parent 6d55363 commit 25cef6a

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ Download this repository, move `addons` to your `{project_dir}`
1818

1919
[gd-plug and git](https://github.com/imjp94/gd-plug#installation)
2020

21-
> Make sure to update gd-plug to at least 0.2.3(godot4) or 0.1.3(godot3)
21+
> Make sure to update gd-plug to at least 0.2.5(godot4) or 0.1.4(godot3)
2222
2323
## Getting Started
2424

addons/gd-plug-ui/plugin.gd

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -51,9 +51,9 @@ func check_compatibility(gd_plug_version):
5151
var before = ""
5252
match gd_plug_ui_version:
5353
"0.2.0":
54-
later_or_equal = "0.2.3"
54+
later_or_equal = "0.2.5"
5555
"0.1.0":
56-
later_or_equal = "0.1.3"
56+
later_or_equal = "0.1.4"
5757
before = "0.2.0"
5858
"0.0.0":
5959
print("Failed to read gd-plug-ui version string")

0 commit comments

Comments
 (0)