Skip to content

Commit

Permalink
version bump
Browse files Browse the repository at this point in the history
  • Loading branch information
bitwes committed Dec 4, 2018
1 parent 09f1e6e commit 04dcfa6
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion CHANGES.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ This project adheres to [Semantic Versioning](http://semver.org/).
# 6.6.1
* __Issue 60__: Improved signal assert failure messages in some cases by having them include a list of signals that were emitted for the object.
* __Issue 88__: Fixed issue where you couldn't specify the config_file from the command line.

* __Issue 95__: Fixed issue where sometimes Gut can end up clearing files from `res:\\` when using doubling.

# 6.6.0

Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
### Godot 3.1
I've started a [3.1 branch](https://github.com/bitwes/Gut/tree/godot_3_1) that I will be keeping inline with master. I've gotten it to run but there are issues. Check open issues and the [3.1 wiki page](https://github.com/bitwes/Gut/wiki/Godot-3.1-Alpha/_edit).

# Gut 6.6.0
# Gut 6.6.1
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).
Expand Down
2 changes: 1 addition & 1 deletion addons/gut/gut.gd
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@
################################################################################
# View readme for usage details.
#
# Version 6.6.0
# Version 6.6.1
################################################################################
extends "res://addons/gut/gut_gui.gd"

Expand Down
2 changes: 1 addition & 1 deletion addons/gut/gut_cmdln.gd
Original file line number Diff line number Diff line change
Expand Up @@ -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.6.0
# Version 6.6.1
################################################################################
extends SceneTree

Expand Down
2 changes: 1 addition & 1 deletion addons/gut/plugin.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -3,5 +3,5 @@
name="Gut"
description="Unit Testing tool for Godot."
author="Butch Wesley"
version="6.6.0"
version="6.6.1"
script="gut_plugin.gd"

0 comments on commit 04dcfa6

Please sign in to comment.