Skip to content

Commit

Permalink
Bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
DRSchlaubi committed Nov 9, 2024
1 parent df27050 commit 29169f6
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@ private val oauthSettings = OAuthServerSettings.OAuth2ServerSettings(

private val SessionType = createRouteScopedPlugin("SessionType") {
onCall { call ->
val type = call.parameters["type"]?.let(Route.Auth.Type::valueOf) ?: return@intercept
val type = call.parameters["type"]?.let(Route.Auth.Type::valueOf) ?: return@onCall
call.sessions.set(Session(type))
}
}
Expand Down
2 changes: 1 addition & 1 deletion build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ plugins {

allprojects {
group = "dev.schlaubi.tonbrett"
version = "2.0.1"
version = "2.1.0"

repositories {
mavenCentral()
Expand Down

0 comments on commit 29169f6

Please sign in to comment.