Skip to content

Commit

Permalink
version incremented
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions committed May 30, 2024
1 parent df033f0 commit 4537b41
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 4 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
# Changelog

## [v2.6.7](https://github.com/Haidra-Org/Lucid-Creations/tree/v2.6.7) (2024-05-30)

[Full Changelog](https://github.com/Haidra-Org/Lucid-Creations/compare/v2.6.6...v2.6.7)

## [v2.6.6](https://github.com/Haidra-Org/Lucid-Creations/tree/v2.6.6) (2024-05-29)

[Full Changelog](https://github.com/Haidra-Org/Lucid-Creations/compare/v2.6.5...v2.6.6)
Expand Down
2 changes: 1 addition & 1 deletion Consts.gd
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
class_name ToolConsts
extends Reference

const VERSION := "v2.6.6"
const VERSION := "v2.6.7"
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Lucid-Creations [v2.6.6](CHANGELOG.md)
# Lucid-Creations [v2.6.7](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.

Expand Down
4 changes: 2 additions & 2 deletions export_presets.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -93,8 +93,8 @@ codesign/description=""
codesign/custom_options=PoolStringArray( )
application/modify_resources=true
application/icon=""
application/file_version="v2.6.6"
application/product_version="v2.6.6"
application/file_version="v2.6.7"
application/product_version="v2.6.7"
application/company_name="A Division by Zer0"
application/product_name="Lucid Creations"
application/file_description=""
Expand Down

0 comments on commit 4537b41

Please sign in to comment.