Skip to content

Commit cce7d98

Browse files
committed
Revert back to previous case for artifact ID, since I'm having trouble pulling the pom from jitpack
1 parent e9bbe3b commit cce7d98

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed
Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
object Publishing {
2-
const val ArtifactId = "Kotlin-AoC-Utilities"
2+
const val ArtifactId = "kotlin-aoc-utilities"
33
const val GroupId = "com.github.jsoberg"
4-
const val Version = "2025.3"
4+
const val Version = "2025.3.1"
55
}

0 commit comments

Comments
 (0)