Skip to content

Commit

Permalink
release: 1.6.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Omico committed May 11, 2022
1 parent 098e90f commit 4ac4b6f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ val kotlinDslVersion = "2.1.7" // From embedded Kotlin

allprojects {
group = "me.omico.gradm"
version = "1.6.0-SNAPSHOT"
version = "1.6.0"
configureDependencyUpdates(
pinnedGroups = mapOf(
"org.gradle.kotlin.kotlin-dsl" to kotlinDslVersion,
Expand Down

0 comments on commit 4ac4b6f

Please sign in to comment.