From 1a928159e55a8a8f2b1135bfddb0d44040be8cc4 Mon Sep 17 00:00:00 2001 From: OusmBlueNinja <89956790+OusmBlueNinja@users.noreply.github.com> Date: Wed, 21 May 2025 16:40:01 -0500 Subject: [PATCH] Chore: Bump Editor Version --- src/editor/Editor.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/editor/Editor.h b/src/editor/Editor.h index bd1b7d8..cffd3bf 100644 --- a/src/editor/Editor.h +++ b/src/editor/Editor.h @@ -4,7 +4,7 @@ #ifndef EDITOR_H #define EDITOR_H -#define OX_EDITOR_VERSION "Obsidian Editor (0.1.8)" +#define OX_EDITOR_VERSION "Obsidian Editor (0.2.0)" #include "Layer.h" #include "Core.h"