From 99e3e7ffcd5fdd68c8de998082dbeed8d8ce58ce Mon Sep 17 00:00:00 2001 From: MASSHUU12 Date: Mon, 21 Oct 2024 18:26:22 +0200 Subject: [PATCH] docs: bump plugin version to 0.9.0-beta --- CHANGELOG.md | 2 +- addons/confirma/plugin.cfg | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index ca7b3998..9242f8ca 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,7 +2,7 @@ All notable changes to this project will be documented in this file. -## [Unreleased] +## [0.9.0-beta 2024.10.21] ### Added diff --git a/addons/confirma/plugin.cfg b/addons/confirma/plugin.cfg index 8098c6d1..0a6b7fe5 100644 --- a/addons/confirma/plugin.cfg +++ b/addons/confirma/plugin.cfg @@ -3,5 +3,5 @@ name="Confirma" description="A lightweight and intuitive unit testing tool for the Godot (C#) game engine." author="MASSHUU" -version="0.8.1-beta" +version="0.9.0-beta" script="Plugin.cs"