Compare commits

..

4 Commits

Author SHA1 Message Date
ea1d40fd05 downgrade microutils 2023-05-06 13:27:34 +06:00
8cee63a0fb update dependencies 2023-05-06 13:13:38 +06:00
d42ef2c6cb Merge pull request #208 from InsanusMokrassar/7.1.1
7.1.1
2023-05-04 08:42:52 +06:00
c7fe90ddd7 update dependencies 2023-05-01 02:16:20 +06:00
2 changed files with 4 additions and 4 deletions

View File

@@ -67,7 +67,7 @@ fun main() {
} }
} }
}) })
appendText("Example button") appendText("Exit button")
} ?: window.alert("Unable to load body") } ?: window.alert("Unable to load body")
document.body ?.appendElement("p", {}) document.body ?.appendElement("p", {})

View File

@@ -4,8 +4,8 @@ org.gradle.parallel=true
org.gradle.jvmargs=-Xmx2g org.gradle.jvmargs=-Xmx2g
kotlin_version=1.8.20 kotlin_version=1.8.21
telegram_bot_api_version=7.1.0 telegram_bot_api_version=7.1.2
micro_utils_version=0.18.0-branch_0.18.0-build449 micro_utils_version=0.18.1
serialization_version=1.5.0 serialization_version=1.5.0
ktor_version=2.3.0 ktor_version=2.3.0