From c87f1331ed3418f03fec131f304af98c75965e70 Mon Sep 17 00:00:00 2001 From: Insality Date: Mon, 5 May 2025 21:33:32 +0300 Subject: [PATCH] Release 1.1.1 --- README.md | 2 +- game.project | 2 +- wiki/changelog.md | 5 ++--- 3 files changed, 4 insertions(+), 5 deletions(-) diff --git a/README.md b/README.md index 573830b..1364f92 100644 --- a/README.md +++ b/README.md @@ -39,7 +39,7 @@ Open your `game.project` file and add the following lines to the dependencies fi **[Druid](https://github.com/Insality/druid/)** ``` -https://github.com/Insality/druid/archive/refs/tags/1.1.0.zip +https://github.com/Insality/druid/archive/refs/tags/1.1.1.zip ``` **[Defold Event](https://github.com/Insality/defold-event)** diff --git a/game.project b/game.project index c194066..5a8fe60 100644 --- a/game.project +++ b/game.project @@ -14,7 +14,7 @@ update_frequency = 60 [project] title = Druid -version = 1.1.0 +version = 1.1.1 publisher = Insality developer = Maksim Tuprikov custom_resources = /example/locales diff --git a/wiki/changelog.md b/wiki/changelog.md index c9cb3e5..60b1f9f 100644 --- a/wiki/changelog.md +++ b/wiki/changelog.md @@ -703,6 +703,5 @@ Please support me if you like this project! It will help me keep engaged to upda [![Github-sponsors](https://img.shields.io/badge/sponsor-30363D?style=for-the-badge&logo=GitHub-Sponsors&logoColor=#EA4AAA)](https://github.com/sponsors/insality) [![Ko-Fi](https://img.shields.io/badge/Ko--fi-F16061?style=for-the-badge&logo=ko-fi&logoColor=white)](https://ko-fi.com/insality) [![BuyMeACoffee](https://img.shields.io/badge/Buy%20Me%20a%20Coffee-ffdd00?style=for-the-badge&logo=buy-me-a-coffee&logoColor=black)](https://www.buymeacoffee.com/insality) -### Druid 1.1.X - -- {Place for the community changelogs} +#### Druid 1.1.1 +- [#309] Added max_size_x and max_size_y to container (by [astrochili](https://github.com/astrochili))