diff --git a/CHANGELOG.md b/CHANGELOG.md index c7e83a38..257c3c20 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,7 +2,7 @@ All notable changes to this project will be documented in this file. -## [Unreleased] +## [1.21.0-beta 2024-02-01] ### Added diff --git a/addons/yat/plugin.cfg b/addons/yat/plugin.cfg index 33424598..0393a34b 100644 --- a/addons/yat/plugin.cfg +++ b/addons/yat/plugin.cfg @@ -3,5 +3,5 @@ name="YAT" description="YAT is an addon that provides a customizable, in-game terminal for your Godot project. Currently in beta." author="MASSHUU" -version="1.20.0-beta" +version="1.21.0-beta" script="Plugin.cs"