1.9.1 - Fix code from overflowing

This commit is contained in:
Carl-Robert Linnupuu 2023-04-04 16:06:35 +01:00
parent 9a6038c582
commit 49604f0546
2 changed files with 2 additions and 1 deletions

View file

@ -4,7 +4,7 @@ plugins {
}
group = "ee.carlrobert"
version = "1.9.0"
version = "1.9.1"
repositories {
mavenCentral()

View file

@ -59,6 +59,7 @@
<li>New Chat UI</li>
<li>Markdown rendering</li>
<li>Fix text input placeholder</li>
<li>Fix code from overflowing</li>
</ul>
]]>
</change-notes>