From 8d5e0af770d64113e97fb3c15a0d40766480efb9 Mon Sep 17 00:00:00 2001 From: sylvia <75647306+silkycell@users.noreply.github.com> Date: Sun, 13 Oct 2024 22:54:28 -0400 Subject: [PATCH] bump version number --- project.godot | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/project.godot b/project.godot index c979c10..f24b206 100644 --- a/project.godot +++ b/project.godot @@ -11,7 +11,7 @@ config_version=5 [application] config/name="Paint 3D Project Manager" -config/version="0.0.0" +config/version="1.0.0" run/main_scene="res://menu/projects/projects_menu.tscn" config/features=PackedStringArray("4.4", "Forward Plus") boot_splash/bg_color=Color(1, 1, 1, 1)