Merge pull request #209 from InsanusMokrassar/7.1.2

7.1.2
This commit is contained in:
InsanusMokrassar 2023-05-06 15:38:14 +06:00 committed by GitHub
commit 6350581739
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 3 additions and 3 deletions

View File

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

View File

@ -5,7 +5,7 @@ org.gradle.jvmargs=-Xmx2g
kotlin_version=1.8.21
telegram_bot_api_version=7.1.1
micro_utils_version=0.18.0
telegram_bot_api_version=7.1.2
micro_utils_version=0.18.1
serialization_version=1.5.0
ktor_version=2.3.0