Skip to content

Commit

Permalink
v6.19.0
Browse files Browse the repository at this point in the history
  • Loading branch information
FrankHeijden committed Jun 23, 2024
1 parent dcaea5a commit b4cff54
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
# Changelog
- Added support for >= 1.20.6
- Dropped support for <= 1.20.5
- Added support for 1.21
- Dropped support for 1.20.X
2 changes: 1 addition & 1 deletion build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ plugins {
val name = "Insights"
group = "dev.frankheijden.insights"
val dependencyDir = "$group.dependencies"
version = "6.19.0-SNAPSHOT"
version = "6.19.0"

subprojects {
apply(plugin = "java")
Expand Down

0 comments on commit b4cff54

Please sign in to comment.