From 009cceb6b5d93a291d90427b38f7e0f823c4c4fe Mon Sep 17 00:00:00 2001 From: MASSHUU12 Date: Tue, 20 Aug 2024 13:19:15 +0200 Subject: [PATCH] docs: bump plugin version to 0.8.1-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 d3bf8056..488d0819 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.8.1-beta 2024-08-20] ### Fixed diff --git a/addons/confirma/plugin.cfg b/addons/confirma/plugin.cfg index b76403d6..8098c6d1 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.0-beta" +version="0.8.1-beta" script="Plugin.cs"