diff --git a/CHANGELOG.md b/CHANGELOG.md index fdc3970..cd05b2b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,13 @@ # Changelog +## [v2.1.1](https://github.com/Haidra-Org/Lucid-Creations/tree/v2.1.1) (2023-10-17) + +[Full Changelog](https://github.com/Haidra-Org/Lucid-Creations/compare/v2.1.0...v2.1.1) + +**Merged pull requests:** + +- fix: Avoid problem in windows with linebreak at start of gen [\#114](https://github.com/Haidra-Org/Lucid-Creations/pull/114) ([db0](https://github.com/db0)) + ## [v2.1.0](https://github.com/Haidra-Org/Lucid-Creations/tree/v2.1.0) (2023-08-31) [Full Changelog](https://github.com/Haidra-Org/Lucid-Creations/compare/v2.0.1...v2.1.0) diff --git a/Consts.gd b/Consts.gd index 12d258a..286fafd 100644 --- a/Consts.gd +++ b/Consts.gd @@ -1,4 +1,4 @@ class_name ToolConsts extends Reference -const VERSION := "v2.1.0" +const VERSION := "v2.1.1" diff --git a/README.md b/README.md index 930e480..48bf39f 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,4 @@ -# Lucid-Creations [v2.1.0](CHANGELOG.md) +# Lucid-Creations [v2.1.1](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 f7b3e1e..19e0a52 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.1.0" -application/product_version="v2.1.0" +application/file_version="v2.1.1" +application/product_version="v2.1.1" application/company_name="A Division by Zer0" application/product_name="Lucid Creations" application/file_description=""