Skip to content

Commit bac3690

Browse files
committed
feat: release 0.11.1
1 parent 08d04ce commit bac3690

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

gradle/version-catalogs/libs.versions.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
[versions]
22
projektor = "6.+"
33

4-
kotlin-utils = "0.11.0"
5-
kotlin-regex-dsl = "0.11.0"
4+
kotlin-utils = "0.11.1"
5+
kotlin-regex-dsl = "0.11.1"
66

77
[plugins]
88
projektor = { id = "io.github.diskria.projektor", version.ref = "projektor" }

settings.gradle.kts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ plugins {
1313
}
1414

1515
projekt {
16-
version = "0.11.0"
16+
version = "0.11.1"
1717
license = MIT
1818
publish = setOf(MAVEN_CENTRAL)
1919

0 commit comments

Comments
 (0)