From 86c90cbf8d1e87b8c764ef0d75460185f64144ba Mon Sep 17 00:00:00 2001 From: OusmBlueNinja <89956790+OusmBlueNinja@users.noreply.github.com> Date: Wed, 21 May 2025 12:34:16 -0500 Subject: [PATCH] Chore: Bumped Versions --- 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 df2e872..7834577 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.5)" +#define OX_EDITOR_VERSION "Obsidian Editor (0.1.8)" #include "Layer.h" #include "Core.h"