Skip to content

Commit 812cf17

Browse files
committed
Prepare for v1.0.0-alpha05 Release
1 parent 72461d4 commit 812cf17

25 files changed

+800
-83
lines changed

bom/build.gradle.kts

+1-1
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ winds {
2828
artifactDescriptor {
2929
name = "BoM"
3030
version = createVersion(1, 0, 0) {
31-
alphaRelease(4)
31+
alphaRelease(5)
3232
}
3333
artifactIdFormat = ArtifactIdFormat.NAME_ONLY
3434
}

core/build.gradle.kts

+1-1
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ winds {
2525
artifactDescriptor {
2626
name = "Core"
2727
version = createVersion(1, 0, 0) {
28-
alphaRelease(4)
28+
alphaRelease(5)
2929
}
3030
}
3131
}

0 commit comments

Comments
 (0)