Skip to content

Commit 0883071

Browse files
committed
3.3.3
1 parent 336b920 commit 0883071

File tree

6 files changed

+9
-7
lines changed

6 files changed

+9
-7
lines changed

.idea/gradle.xml

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

.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: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
plugins {
22
fun kx(vararg p: Pair<String, String>) = p.forEach { id("io.github.kotlin-graphics.${it.first}") version it.second }
3-
kx("base" to "0.0.4",
4-
"publish" to "0.0.2",
5-
"utils" to "0.0.2")
3+
kx("base" to "0.0.9",
4+
"publish" to "0.0.5",
5+
"utils" to "0.0.5")
66
}

gradle/wrapper/gradle-wrapper.properties

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,5 +3,5 @@ distributionBase=GRADLE_USER_HOME
33
distributionPath=wrapper/dists
44
zipStoreBase=GRADLE_USER_HOME
55
zipStorePath=wrapper/dists
6-
distributionUrl=https://services.gradle.org/distributions/gradle-7.2-bin.zip
7-
distributionSha256Sum=f581709a9c35e9cb92e16f585d2c4bc99b2b1a5f85d2badbd3dc6bff59e1e6dd
6+
distributionUrl=https\://services.gradle.org/distributions/gradle-7.3-bin.zip
7+
distributionSha256Sum=de8f52ad49bdc759164f72439a3bf56ddb1589c4cde802d3cec7d6ad0e0ee410

settings.gradle.kts

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,11 +5,12 @@ pluginManagement {
55
gradlePluginPortal()
66
maven("https://raw.githubusercontent.com/kotlin-graphics/mary/master")
77
}
8+
// includeBuild("../build-logic")
89
}
910

1011
gradle.rootProject {
1112
group = "kotlin.graphics"
12-
version = "3.3.1+5"
13+
version = "3.3.3"
1314
}
1415

1516
//includeBuild("../magik")
File renamed without changes.

0 commit comments

Comments
 (0)