1 Commits

Author SHA1 Message Date
Insality
ba7ee40510 Release 1.1.5 2025-07-02 21:51:43 +03:00
3 changed files with 6 additions and 3 deletions

View File

@@ -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)**

View File

@@ -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

View File

@@ -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