Compare commits

..

6 Commits

3 changed files with 12 additions and 3 deletions

View File

@@ -1,5 +1,14 @@
# Changelog # Changelog
## 0.7.0
* `Kotlin`: `1.8.20`
* `Compose`: `1.4.0`
## 0.6.2
* `Compose`: `1.3.1`
## 0.6.1 ## 0.6.1
* `DefaultInput` has been renamed to `StandardInput` * `DefaultInput` has been renamed to `StandardInput`

View File

@@ -7,4 +7,4 @@ kotlin.incremental.js=true
# Project data # Project data
group=dev.inmo group=dev.inmo
version=0.6.1 version=0.7.0

View File

@@ -1,7 +1,7 @@
[versions] [versions]
kt = "1.8.10" kt = "1.8.20"
jb-compose = "1.3.1-rc02" jb-compose = "1.4.0"
jb-dokka = "1.8.10" jb-dokka = "1.8.10"
gh-release = "2.4.1" gh-release = "2.4.1"