Skip to content

Commit e1a2a51

Browse files
committed
Update to 2024.2 to publish on Jitpack
1 parent 694b372 commit e1a2a51

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ This can be added to a [Kotlin Advent of Code template repository](https://githu
1010

1111
```kts
1212
dependencies {
13-
implementation("com.github.jsoberg:Kotlin-AoC-Utilities:2024.1")
13+
implementation("com.github.jsoberg:Kotlin-AoC-Utilities:2024.2")
1414
}
1515
```
1616

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
object Publishing {
22
const val ArtifactId = "kotlin-aoc-utilities"
33
const val GroupId = "com.github.jsoberg"
4-
const val Version = "2024.1"
4+
const val Version = "2024.2"
55
}

0 commit comments

Comments
 (0)