Skip to content

Commit d525368

Browse files
committed
0.0.1-experimental
1 parent bb76a27 commit d525368

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

build.gradle.kts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ plugins {
1313
}
1414

1515
group = "net.freshplatform.ktor_server.firebase_app_check"
16-
version = "0.0.1"
16+
version = "0.0.1-experimental"
1717
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."
1818
extra["experimental"] = true
1919

examples/FirebaseAppCheckKtorExample/build.gradle.kts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,5 +44,5 @@ dependencies {
4444
testImplementation("io.ktor:ktor-server-tests-jvm")
4545
testImplementation("org.jetbrains.kotlin:kotlin-test-junit:$kotlin_version")
4646

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

0 commit comments

Comments
 (0)