Skip to content

Commit 481b4ab

Browse files
committed
3.3.1+3
1 parent 2cc6f36 commit 481b4ab

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

.idea/misc.xml

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

build.gradle.kts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
plugins {
2-
val build = "0.7.3+41"
2+
val build = "0.7.3+43"
33
id("kx.kotlin") version build
44
// id("kx.dokka") version build
55
id("kx.publish") version build

settings.gradle.kts

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

1414
gradle.rootProject {
1515
group = "kotlin.graphics"
16-
version = "3.3.1+2"
16+
version = "3.3.1+3"
1717
}
1818

1919
//includeBuild("../magik")

0 commit comments

Comments
 (0)