Skip to content

Commit

Permalink
Release v0.11.3-stable
Browse files Browse the repository at this point in the history
  • Loading branch information
OverloadedOrama committed Oct 30, 2023
1 parent 7f2791f commit ac1a438
Show file tree
Hide file tree
Showing 7 changed files with 12 additions and 11 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ env:
GODOT_VERSION_MAC: 3.5.2
RASPBERRY_PI_BUILDS_VERSION: 1.15.0
EXPORT_NAME: Pixelorama
TAG: v0.11.2
TAG: v0.11.3
BUTLER_API_KEY: ${{ secrets.BUTLER_API_KEY }}

jobs:
Expand Down
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ All notable changes to this project will be documented in this file.
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/). All the dates are in YYYY-MM-DD format.
<br><br>

## [v0.11.3] - Unreleased
## [v0.11.3] - 2023-10-30
This update has been brought to you by the contributions of:
Fayez Akhtar ([@Variable-ind](https://github.com/Variable-ind))

Expand Down
1 change: 1 addition & 0 deletions Misc/Linux/com.orama_interactive.Pixelorama.appdata.xml
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,7 @@
</screenshots>
<content_rating type="oars-1.1"/>
<releases>
<release version="0.11.3" date="2023-10-30"/>
<release version="0.11.2" date="2023-08-31"/>
<release version="0.11.1" date="2023-08-12"/>
<release version="0.11" date="2023-06-13"/>
Expand Down
12 changes: 6 additions & 6 deletions export_presets.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -33,8 +33,8 @@ codesign/description=""
codesign/custom_options=PoolStringArray( )
application/modify_resources=true
application/icon="res://assets/graphics/icons/icon.ico"
application/file_version="0.11.2.0"
application/product_version="0.11.2.0"
application/file_version="0.11.3.0"
application/product_version="0.11.3.0"
application/company_name="Orama Interactive"
application/product_name="Pixelorama"
application/file_description="Pixelorama - Your free & open-source sprite editor"
Expand Down Expand Up @@ -89,8 +89,8 @@ application/icon="res://assets/graphics/icons/icon.icns"
application/identifier="com.orama-interactive.pixelorama"
application/signature=""
application/app_category="Graphics-design"
application/short_version="0.11.2"
application/version="0.11.2"
application/short_version="0.11.3"
application/version="0.11.3"
application/copyright="Orama Interactive and contributors 2019-present"
display/high_res=false
privacy/microphone_usage_description=""
Expand Down Expand Up @@ -210,8 +210,8 @@ codesign/description=""
codesign/custom_options=PoolStringArray( )
application/modify_resources=true
application/icon="res://assets/graphics/icons/icon.ico"
application/file_version="0.11.2.0"
application/product_version="0.11.2.0"
application/file_version="0.11.3.0"
application/product_version="0.11.3.0"
application/company_name="Orama Interactive"
application/product_name="Pixelorama"
application/file_description="Pixelorama - Your free & open-source sprite editor"
Expand Down
2 changes: 1 addition & 1 deletion installer/pixelorama.nsi
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
; Helper variables so that we don't change 20 instances of the version for every update

!define APPNAME "Pixelorama"
!define APPVERSION "v0.11.2"
!define APPVERSION "v0.11.3"
!define COMPANYNAME "Orama Interactive"


Expand Down
2 changes: 1 addition & 1 deletion project.godot
Original file line number Diff line number Diff line change
Expand Up @@ -343,7 +343,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/custom_user_dir_name.X11="pixelorama"
config/Version="v0.11.2-stable"
config/Version="v0.11.3-stable"
config/ExtensionsAPI_Version=3
config/Pxo_Version=2

Expand Down
2 changes: 1 addition & 1 deletion src/UI/TopMenuContainer/TopMenuContainer.gd
Original file line number Diff line number Diff line change
Expand Up @@ -734,7 +734,7 @@ func help_menu_id_pressed(id: int) -> void:
OS.shell_open(ProjectSettings.globalize_path("user://logs"))
Global.HelpMenu.CHANGELOG:
OS.shell_open(
"https://github.com/Orama-Interactive/Pixelorama/blob/master/CHANGELOG.md#v0112---2023-08-31"
"https://github.com/Orama-Interactive/Pixelorama/blob/master/CHANGELOG.md#v0113---2023-10-30"
)
Global.HelpMenu.ABOUT_PIXELORAMA:
_popup_dialog(Global.control.get_node("Dialogs/AboutDialog"))
Expand Down

0 comments on commit ac1a438

Please sign in to comment.