From ba7ee40510bc55a88b64ec874ae461d8d156aabe Mon Sep 17 00:00:00 2001 From: Insality Date: Wed, 2 Jul 2025 21:51:43 +0300 Subject: [PATCH] Release 1.1.5 --- README.md | 2 +- game.project | 4 ++-- wiki/changelog.md | 3 +++ 3 files changed, 6 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index f03b0c3..5be60ca 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.4.zip +https://github.com/Insality/druid/archive/refs/tags/1.1.5.zip ``` **[Defold Event](https://github.com/Insality/defold-event)** diff --git a/game.project b/game.project index 7375436..e1be0a5 100644 --- a/game.project +++ b/game.project @@ -14,7 +14,7 @@ update_frequency = 60 [project] title = Druid -version = 1.1.4 +version = 1.1.5 publisher = Insality developer = Maksim Tuprikov custom_resources = /example/locales @@ -58,7 +58,7 @@ cssfile = /builtins/manifests/web/dark_theme.css show_console_banner = 0 [native_extension] -app_manifest = +app_manifest = [graphics] texture_profiles = /builtins/graphics/default.texture_profiles diff --git a/wiki/changelog.md b/wiki/changelog.md index 909b6c8..faaa41e 100644 --- a/wiki/changelog.md +++ b/wiki/changelog.md @@ -715,3 +715,6 @@ Please support me if you like this project! It will help me keep engaged to upda #### Druid 1.1.4 - [#312] Fix for text metrics issue if returned height is 0 sometimes + +#### Druid 1.1.5 +- Update for using `defold-event` library v12