fix: bumped version again, forgot the previous one

This commit is contained in:
ineanto 2024-02-25 17:46:26 +01:00
parent 89d2499fed
commit c8183ffe44
2 changed files with 8 additions and 2 deletions

View file

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