Skip to content

Commit

Permalink
set version to 2.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
SMILEY4 committed Jun 18, 2023
1 parent ebabf0e commit 0619173
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ plugins {
object Meta {
const val groupId = "io.github.smiley4"
const val artifactId = "ktor-swagger-ui"
const val version = "2.2.0-SNAPSHOT"
const val version = "2.2.0"
const val name = "Ktor Swagger-UI"
const val description = "Ktor plugin to document routes and provide Swagger UI"
const val licenseName = "The Apache License, Version 2.0"
Expand Down

0 comments on commit 0619173

Please sign in to comment.