From 6e1c1c8ae6dd56ead6384f236e02488807ae3080 Mon Sep 17 00:00:00 2001 From: Vinicius Gerevini Date: Wed, 14 Feb 2024 10:00:30 -0500 Subject: [PATCH] v4.0.0 --- CHANGELOG.md | 2 +- addons/clyde/plugin.cfg | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 79aa2dc..59795bc 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,7 +2,7 @@ This project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html) -## Unreleased +## 4.0.0 (2024-02-14) ### Breaking changes diff --git a/addons/clyde/plugin.cfg b/addons/clyde/plugin.cfg index 5292a9b..668f8a6 100644 --- a/addons/clyde/plugin.cfg +++ b/addons/clyde/plugin.cfg @@ -1,7 +1,7 @@ [plugin] name="Clyde Dialogue" -description="Interpreter and importer for Clyde Dialogue Language" +description="Tools for writting and interpreting dialogues using Clyde. Editor, Interpreter and importer." author="Vinicius Gerevini" -version="3.2.0" +version="4.0.0" script="plugin.gd"