Skip to content

Commit

Permalink
0.0.1-experimental
Browse files Browse the repository at this point in the history
  • Loading branch information
EchoEllet committed Oct 16, 2023
1 parent bb76a27 commit d525368
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ plugins {
}

group = "net.freshplatform.ktor_server.firebase_app_check"
version = "0.0.1"
version = "0.0.1-experimental"
description = "A Ktor server plugin for configuring Firebase App Check easily and with simplicity. It is not affiliated with Firebase or Google and may not be suitable for production use yet."
extra["experimental"] = true

Expand Down
2 changes: 1 addition & 1 deletion examples/FirebaseAppCheckKtorExample/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -44,5 +44,5 @@ dependencies {
testImplementation("io.ktor:ktor-server-tests-jvm")
testImplementation("org.jetbrains.kotlin:kotlin-test-junit:$kotlin_version")

implementation("com.github.freshtechtips:ktor-server-firebase-app-check:0.0.1")
implementation("com.github.freshtechtips:ktor-server-firebase-app-check:0.0.1-experimental")
}

0 comments on commit d525368

Please sign in to comment.