Skip to content

Commit

Permalink
Fix version number
Browse files Browse the repository at this point in the history
  • Loading branch information
switchswap committed Jun 5, 2020
1 parent 3cf2e5b commit daf6fb7
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 @@ -20,7 +20,7 @@ plugins {
}

group = "me.switchswap"
version = "0.0.1"
version = "1.0.0"

tasks.dokka {
outputFormat = "html"
Expand Down Expand Up @@ -49,4 +49,4 @@ repositories {
dependencies {
implementation(kotlin("stdlib-jdk8"))
implementation("org.jsoup:jsoup:$jsoupVersion")
}
}

0 comments on commit daf6fb7

Please sign in to comment.