Skip to content

Commit d7f13a2

Browse files
authored
Merge pull request #75 from teogor/fix/core-module-name
Fixed wrong name for core module
2 parents 1a05500 + ceddbbd commit d7f13a2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

sudoklify-core/build.gradle.kts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ plugins {
2525
winds {
2626
moduleMetadata {
2727
artifactDescriptor {
28-
name = "Beta"
28+
name = "Core"
2929
}
3030
}
3131
}

0 commit comments

Comments
 (0)