From 5baf03582a7b7e5ebff6b7397eb8ebd105e59b36 Mon Sep 17 00:00:00 2001 From: Emmanouil Papadeas <35376950+OverloadedOrama@users.noreply.github.com> Date: Wed, 12 Feb 2025 13:36:53 +0200 Subject: [PATCH] Bump version to v1.1-beta1 and PXO version to 5 Bumping the PXO version because of all the newly added layer types. I also added a "pixelorama" tag for the project. --- project.godot | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/project.godot b/project.godot index c0cf60e7a..f5407b55d 100644 --- a/project.godot +++ b/project.godot @@ -12,7 +12,8 @@ config_version=5 config/name="Pixelorama" config/description="Unleash your creativity with Pixelorama, a powerful and accessible open-source pixel art multitool. Whether you want to create sprites, tiles, animations, or just express yourself in the language of pixel art, this software will realize your pixel-perfect dreams with a vast toolbox of features." -config/version="v1.1-dev" +config/version="v1.1-beta1" +config/tags=PackedStringArray("pixelorama") run/main_scene="res://src/Main.tscn" config/use_custom_user_dir=true config/custom_user_dir_name="pixelorama" @@ -25,7 +26,7 @@ config/icon="res://assets/graphics/icons/icon.png" config/macos_native_icon="res://assets/graphics/icons/icon.icns" config/windows_native_icon="res://assets/graphics/icons/icon.ico" config/ExtensionsAPI_Version=6 -config/Pxo_Version=4 +config/Pxo_Version=5 [autoload]