mirror of
https://github.com/InsanusMokrassar/SDI.git
synced 2024-11-27 12:38:55 +00:00
start 0.3.1
This commit is contained in:
parent
1afbfc0e04
commit
79ed26e9bb
@ -9,6 +9,8 @@
|
|||||||
* Now it will correctly resolve objects which was not previously registered
|
* Now it will correctly resolve objects which was not previously registered
|
||||||
* By default, for modules loading will be used context from `Json`, passed as receiver
|
* By default, for modules loading will be used context from `Json`, passed as receiver
|
||||||
|
|
||||||
|
### 0.3.1
|
||||||
|
|
||||||
## 0.2.0
|
## 0.2.0
|
||||||
|
|
||||||
* `Kotlin`: `1.3.61` -> `1.3.70`
|
* `Kotlin`: `1.3.61` -> `1.3.70`
|
||||||
|
@ -17,7 +17,7 @@ plugins {
|
|||||||
id "org.jetbrains.kotlin.plugin.serialization" version "$kotlin_version"
|
id "org.jetbrains.kotlin.plugin.serialization" version "$kotlin_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"
|
||||||
|
Loading…
Reference in New Issue
Block a user