feat(changelog): update (1.1.2-RC1)

This commit is contained in:
ineanto 2023-12-28 21:54:33 +01:00
parent af4625793c
commit dde8ea48b9
2 changed files with 12 additions and 1 deletions

View file

@ -5,7 +5,7 @@ plugins {
}
group = "xyz.ineanto"
version = "1.1.1-RC1"
version = "1.1.2-RC1"
val shadowImplementation: Configuration by configurations.creating
configurations["implementation"].extendsFrom(shadowImplementation)