From ec37e6df43785f59b0941cf0e169662a044d4d59 Mon Sep 17 00:00:00 2001 From: Emmanouil Papadeas <35376950+OverloadedOrama@users.noreply.github.com> Date: Thu, 13 Mar 2025 14:22:23 +0200 Subject: [PATCH] Bump version to v1.1 --- CHANGELOG.md | 2 +- project.godot | 2 +- src/UI/Dialogs/AboutDialog.gd | 1 + 3 files changed, 3 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 5a8e3c0f0..019861dd2 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -6,7 +6,7 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/). ## [v1.1] - Unreleased This update has been brought to you by the contributions of: -Fayez Akhtar ([@Variable-ind](https://github.com/Variable-ind)), Spencer Beckwith ([@spencerjbeckwith](https://github.com/spencerjbeckwith)), [@myyc](https://github.com/myyc), João Vitor ([@ dev-joaovitor](https://github.com/dev-joaovitor)) +Fayez Akhtar ([@Variable-ind](https://github.com/Variable-ind)), Spencer Beckwith ([@spencerjbeckwith](https://github.com/spencerjbeckwith)), [@myyc](https://github.com/myyc), João Vitor ([@dev-joaovitor](https://github.com/dev-joaovitor)) Built using Godot 4.4 diff --git a/project.godot b/project.godot index 2b3e28a51..2869edfa2 100644 --- a/project.godot +++ b/project.godot @@ -12,7 +12,7 @@ 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-beta1" +config/version="v1.1-rc1" config/tags=PackedStringArray("pixelorama") run/main_scene="res://src/Main.tscn" config/use_custom_user_dir=true diff --git a/src/UI/Dialogs/AboutDialog.gd b/src/UI/Dialogs/AboutDialog.gd index 37269514b..a0fcd0ccc 100644 --- a/src/UI/Dialogs/AboutDialog.gd +++ b/src/UI/Dialogs/AboutDialog.gd @@ -33,6 +33,7 @@ const AUTHORS: PackedStringArray = [ "Igor Santarek (jegor377)", "Ivan Kruger (haythamnikolaidis)", "Jeremy Behreandt (behreajj)", + "João Vitor (dev-joaovitor)", "John Jerome Romero (Wishdream)", "JumpJetAvocado", "Kawan Weege (Dwahgon)",