Skip to content

Commit

Permalink
Bump version to 1.0.2.
Browse files Browse the repository at this point in the history
  • Loading branch information
valderman committed Apr 26, 2022
1 parent a5fa5e5 commit 7dccef5
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ import kotlin.io.path.inputStream

plugins {
kotlin("jvm") version "1.6.21"
id("org.jetbrains.dokka") version "1.6.20"
id("org.jetbrains.dokka") version "1.6.21"
id("org.jlleitschuh.gradle.ktlint") version "10.2.1"
id("com.github.ben-manes.versions") version "0.42.0"
`maven-publish`
Expand All @@ -14,7 +14,7 @@ plugins {
}

group = "cc.ekblad"
version = "1.0.1"
version = "1.0.2"
val kotlinJvmTarget = "1.8"

repositories {
Expand Down

0 comments on commit 7dccef5

Please sign in to comment.