summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--README.md2
-rw-r--r--test/project/example.gdextension2
2 files changed, 2 insertions, 2 deletions
diff --git a/README.md b/README.md
index a105d73..c36e892 100644
--- a/README.md
+++ b/README.md
@@ -87,7 +87,7 @@ See [example.gdextension](test/project/example.gdextension) used in the test pro
[configuration]
entry_symbol = "example_library_init"
-compatibility_minimum = 4.1
+compatibility_minimum = "4.1"
[libraries]
diff --git a/test/project/example.gdextension b/test/project/example.gdextension
index 90fd53a..99c1746 100644
--- a/test/project/example.gdextension
+++ b/test/project/example.gdextension
@@ -1,7 +1,7 @@
[configuration]
entry_symbol = "example_library_init"
-compatibility_minimum = 4.1
+compatibility_minimum = "4.1"
[libraries]