Skip to content

Commit

Permalink
Prepare for v1.0.0-alpha05 Release
Browse files Browse the repository at this point in the history
  • Loading branch information
teogor committed Apr 15, 2024
1 parent 72461d4 commit 812cf17
Show file tree
Hide file tree
Showing 25 changed files with 800 additions and 83 deletions.
2 changes: 1 addition & 1 deletion bom/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ winds {
artifactDescriptor {
name = "BoM"
version = createVersion(1, 0, 0) {
alphaRelease(4)
alphaRelease(5)
}
artifactIdFormat = ArtifactIdFormat.NAME_ONLY
}
Expand Down
2 changes: 1 addition & 1 deletion core/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ winds {
artifactDescriptor {
name = "Core"
version = createVersion(1, 0, 0) {
alphaRelease(4)
alphaRelease(5)
}
}
}
Expand Down
Loading

0 comments on commit 812cf17

Please sign in to comment.