Skip to content

Commit

Permalink
release: 1.4.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Omico committed Mar 30, 2022
1 parent 71d608a commit c18ef77
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 @@ -15,7 +15,7 @@ val kotlinDslVersion = "2.1.7" // From embedded Kotlin

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

0 comments on commit c18ef77

Please sign in to comment.