Skip to content

Commit 7daa0c1

Browse files
Bump version to 0.7.5
1 parent b6d0ab9 commit 7daa0c1

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

build.gradle.kts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ plugins {
1212

1313
val major = "0"
1414
val minor = "7"
15-
val patch = "4"
15+
val patch = "5"
1616

1717
group = "club.minnced"
1818
version = "$major.$minor.$patch"
@@ -258,4 +258,4 @@ tasks.create("release") {
258258
dependsOn(closeAndReleaseSonatypeStagingRepository)
259259
closeAndReleaseSonatypeStagingRepository.mustRunAfter(publishingTasks)
260260
}
261-
}
261+
}

0 commit comments

Comments
 (0)