mirror of
https://github.com/InsanusMokrassar/krontab.git
synced 2024-11-22 08:13:54 +00:00
update version, dependencies
This commit is contained in:
parent
94573ecd43
commit
60458999b4
@ -9,6 +9,12 @@
|
|||||||
* Typealias `KrontabTemplate` was added
|
* Typealias `KrontabTemplate` was added
|
||||||
* Extension `KrontabTemplate#toSchedule` was added
|
* Extension `KrontabTemplate#toSchedule` was added
|
||||||
|
|
||||||
|
### 0.3.1
|
||||||
|
|
||||||
|
* Versions:
|
||||||
|
* `Kotlin`: `1.4.0` -> `1.4.10`
|
||||||
|
* `Klock`: `1.12.0` -> `1.12.1`
|
||||||
|
|
||||||
## 0.2.0
|
## 0.2.0
|
||||||
|
|
||||||
* Updated way of publishing (for more info look at the [git](https://git.insanusmokrassar.com/InsanusMokrassar/krontab))
|
* Updated way of publishing (for more info look at the [git](https://git.insanusmokrassar.com/InsanusMokrassar/krontab))
|
||||||
|
@ -16,7 +16,7 @@ plugins {
|
|||||||
id "org.jetbrains.dokka" version "$dokka_version"
|
id "org.jetbrains.dokka" version "$dokka_version"
|
||||||
}
|
}
|
||||||
|
|
||||||
project.version = "0.3.0"
|
project.version = "0.3.1"
|
||||||
project.group = "com.insanusmokrassar"
|
project.group = "com.insanusmokrassar"
|
||||||
|
|
||||||
apply from: "publish.gradle"
|
apply from: "publish.gradle"
|
||||||
|
@ -1,11 +1,11 @@
|
|||||||
kotlin.code.style=official
|
kotlin.code.style=official
|
||||||
kotlin_version=1.4.0
|
kotlin_version=1.4.10
|
||||||
kotlin_coroutines_version=1.3.9
|
kotlin_coroutines_version=1.3.9
|
||||||
|
|
||||||
dokka_version=0.10.1
|
dokka_version=0.10.1
|
||||||
|
|
||||||
gradle_bintray_plugin_version=1.8.5
|
gradle_bintray_plugin_version=1.8.5
|
||||||
|
|
||||||
klockVersion=1.12.0
|
klockVersion=1.12.1
|
||||||
|
|
||||||
kotlin.incremental.multiplatform=true
|
kotlin.incremental.multiplatform=true
|
||||||
|
Loading…
Reference in New Issue
Block a user