diff --git a/README.md b/README.md index bc906c1a..68b652f5 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,6 @@ # [The readme has moved to a wiki.](https://github.com/bitwes/Gut/wiki) -# Gut 6.5.0 +# Gut 6.6.0 GUT (Godot Unit Test) is a utility for writing tests for your Godot Engine game. It allows you to write tests for your gdscript in gdscript. More info can be found in the [wiki](https://github.com/bitwes/Gut/wiki). diff --git a/addons/gut/gut.gd b/addons/gut/gut.gd index 27ede7c4..0a03b46b 100644 --- a/addons/gut/gut.gd +++ b/addons/gut/gut.gd @@ -28,7 +28,7 @@ ################################################################################ # View readme for usage details. # -# Version 6.5.0 +# Version 6.6.0 ################################################################################ extends "res://addons/gut/gut_gui.gd" diff --git a/addons/gut/gut_cmdln.gd b/addons/gut/gut_cmdln.gd index 3b82ef7d..8aaf5067 100644 --- a/addons/gut/gut_cmdln.gd +++ b/addons/gut/gut_cmdln.gd @@ -37,7 +37,7 @@ # See the readme for a list of options and examples. You can also use the -gh # option to get more information about how to use the command line interface. # -# Version 6.5.0 +# Version 6.6.0 ################################################################################ extends SceneTree diff --git a/addons/gut/plugin.cfg b/addons/gut/plugin.cfg index 6d035c3e..999c86ee 100644 --- a/addons/gut/plugin.cfg +++ b/addons/gut/plugin.cfg @@ -3,5 +3,5 @@ name="Gut" description="Unit Testing tool for Godot." author="Butch Wesley" -version="6.5.0" +version="6.6.0" script="gut_plugin.gd"