Skip to content

Commit

Permalink
Release 1.9.20-1.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
bennyhuo committed Nov 14, 2023
1 parent 262fcc7 commit 32fdc6d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ import com.diffplug.gradle.spotless.SpotlessPlugin

plugins {
kotlin("jvm") version "1.9.20" apply false
id("com.bennyhuo.kotlin.trimindent") version "1.9.20-1.1.0-SNAPSHOT" apply false
id("com.bennyhuo.kotlin.trimindent") version "1.9.20-1.1.0" apply false
id("org.jetbrains.dokka") version "1.7.10" apply false
id("com.github.gmazzo.buildconfig") version "2.1.0" apply false
id("com.vanniktech.maven.publish") version "0.22.0" apply false
Expand Down
2 changes: 1 addition & 1 deletion gradle.properties
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
kotlin.code.style=official

VERSION_NAME=1.9.20-1.0.1-SNAPSHOT
VERSION_NAME=1.9.20-1.0.1

GROUP=com.kanyun.kudos

Expand Down

0 comments on commit 32fdc6d

Please sign in to comment.