Skip to content

Commit

Permalink
Release version 0.5.0
Browse files Browse the repository at this point in the history
  • Loading branch information
JLLeitschuh committed Mar 27, 2019
1 parent 5ac9730 commit 2489c53
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions ktor-swagger-root.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ allprojects {
plugin("com.diffplug.gradle.spotless")
}
group = "de.nielsfalk.ktor"
version = "0.4.0"
version = "0.5.0"

repositories {
mavenCentral()
Expand Down Expand Up @@ -194,4 +194,4 @@ fun Project.`kotlin`(configure: org.jetbrains.kotlin.gradle.dsl.KotlinJvmProject
* Retrieves the [java][org.gradle.api.plugins.JavaPluginConvention] project convention.
*/
val Project.`java`: org.gradle.api.plugins.JavaPluginConvention
get() = convention.getPluginByName("java")
get() = convention.getPluginByName("java")

0 comments on commit 2489c53

Please sign in to comment.