Skip to content

Commit 3398123

Browse files
committedJan 27, 2024
misc: bump version
1 parent 65b2669 commit 3398123

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

‎build.gradle.kts

+1-1
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ val githubActor = project.findProperty("gpr.user") as String? ?: System.getenv("
88
val githubToken = project.findProperty("gpr.key") as String? ?: System.getenv("GITHUB_TOKEN")
99

1010
group = "me.tech"
11-
version = "1.4.5"
11+
version = "1.4.6"
1212

1313
repositories {
1414
mavenCentral()

0 commit comments

Comments
 (0)
Please sign in to comment.