Skip to content

Commit

Permalink
Release 1.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
sblundy committed Nov 26, 2019
1 parent 717ae9e commit 62664e4
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ plugins {
}

group = "com.github.sblundy"
version = "1.0-beta-5"
version = "1.0.0"

repositories {
mavenCentral()
Expand Down Expand Up @@ -48,7 +48,6 @@ tasks.withType<KotlinCompile> {
}

tasks.getByName<PublishTask>("publishPlugin") {
channels("beta")
if (project.hasProperty("publishToken")) {
token(project.ext["publishToken"])
}
Expand Down

0 comments on commit 62664e4

Please sign in to comment.