diff --git a/CHANGELOG.md b/CHANGELOG.md index 3eeb566..bb347dc 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,14 @@ # Changelog +## [v2.6.2](https://github.com/Haidra-Org/Lucid-Creations/tree/v2.6.2) (2024-05-25) + +[Full Changelog](https://github.com/Haidra-Org/Lucid-Creations/compare/v2.6.1...v2.6.2) + +**Merged pull requests:** + +- fix: firebelley export upgrade [\#131](https://github.com/Haidra-Org/Lucid-Creations/pull/131) ([db0](https://github.com/db0)) +- fix: Project export workflow [\#130](https://github.com/Haidra-Org/Lucid-Creations/pull/130) ([db0](https://github.com/db0)) + ## [v2.6.1](https://github.com/Haidra-Org/Lucid-Creations/tree/v2.6.1) (2024-05-25) [Full Changelog](https://github.com/Haidra-Org/Lucid-Creations/compare/v2.6.0...v2.6.1) diff --git a/Consts.gd b/Consts.gd index 6939848..60e7bdc 100644 --- a/Consts.gd +++ b/Consts.gd @@ -1,4 +1,4 @@ class_name ToolConsts extends Reference -const VERSION := "v2.6.1" +const VERSION := "v2.6.2" diff --git a/README.md b/README.md index 78aa2eb..fb460c3 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,4 @@ -# Lucid-Creations [v2.6.1](CHANGELOG.md) +# Lucid-Creations [v2.6.2](CHANGELOG.md) Generate images using the Stable Diffusion Generative AI. This Godot Engine program is using the [Godot AI Horde Client Addon](https://github.com/Haidra-Org/AI-Horde-Client-Addon) to take advantage of the [AI Horde](https://aihorde.net/) crowdsourcing. diff --git a/export_presets.cfg b/export_presets.cfg index 4e365f7..0aa21fa 100644 --- a/export_presets.cfg +++ b/export_presets.cfg @@ -93,8 +93,8 @@ codesign/description="" codesign/custom_options=PoolStringArray( ) application/modify_resources=true application/icon="" -application/file_version="v2.6.1" -application/product_version="v2.6.1" +application/file_version="v2.6.2" +application/product_version="v2.6.2" application/company_name="A Division by Zer0" application/product_name="Lucid Creations" application/file_description=""