Skip to content

Commit

Permalink
chores: bump version to 3.6.0
Browse files Browse the repository at this point in the history
  • Loading branch information
quentincaffeino committed Nov 13, 2022
1 parent 9d1f9d1 commit c21cedf
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion addons/quentincaffeino/console-csharp/plugin.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -3,5 +3,5 @@
name="quentincaffeino-console-csharp"
description="In-game console for Godot 3."
author="QuentinCaffeino"
version="3.5.1"
version="3.6.0"
script="plugin.gd"
2 changes: 1 addition & 1 deletion addons/quentincaffeino/console/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@quentincaffeino/godot-console",
"version": "3.5.1",
"version": "3.6.0",
"description": "In-game console for Godot 3.",
"scripts": {
"test": "godot --no-window -s addons/gut/gut_cmdln.gd -d --path ../../../demo/ -gconfig=res://addons/quentincaffeino/console/.gutconfig.json"
Expand Down
2 changes: 1 addition & 1 deletion addons/quentincaffeino/console/plugin.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -3,5 +3,5 @@
name="quentincaffeino-console"
description="In-game console for Godot 3."
author="QuentinCaffeino"
version="3.5.1"
version="3.6.0"
script="plugin.gd"
4 changes: 2 additions & 2 deletions demo/reference.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "quentincaffeino-console",
"description": "In-game console for Godot 3.",
"version": "3.5.1",
"version": "3.6.0",
"classes": [
{
"name": "Command",
Expand Down Expand Up @@ -15900,4 +15900,4 @@
]
}
]
}
}

0 comments on commit c21cedf

Please sign in to comment.