From 21734c2021356d9782ea0ee0f95be5a909b3d61e Mon Sep 17 00:00:00 2001 From: Harold Serrano Date: Mon, 26 Jan 2026 07:28:27 -0700 Subject: [PATCH] [Patch] Updated version name --- Sources/UntoldEditor/Editor/ToolbarView.swift | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Sources/UntoldEditor/Editor/ToolbarView.swift b/Sources/UntoldEditor/Editor/ToolbarView.swift index 8c8852c..31acd41 100644 --- a/Sources/UntoldEditor/Editor/ToolbarView.swift +++ b/Sources/UntoldEditor/Editor/ToolbarView.swift @@ -14,7 +14,7 @@ struct ToolbarView: View { @ObservedObject var selectionManager: SelectionManager @ObservedObject var editorBasePath = EditorAssetBasePath.shared - private let editorVersionLabel = "v0.8.0" + private let editorVersionLabel = "v0.8.1" var onSave: () -> Void var onSaveAs: () -> Void