Skip to content

Commit

Permalink
Release 2.0.0-beta2
Browse files Browse the repository at this point in the history
  • Loading branch information
Foso committed May 17, 2024
1 parent 74f0e2c commit 2de960b
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions example/MultiplatformExample/shared/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -4,12 +4,12 @@ plugins {
id("com.android.library")
id("com.google.devtools.ksp") version "1.9.23-1.0.20"
id("kotlinx-serialization")
id("de.jensklingenberg.ktorfit") version "2.0.0-beta1"
id("de.jensklingenberg.ktorfit") version "2.0.0-beta2-SNAPSHOT"
}

version = "1.0"
val ktorVersion = "2.3.10"
val ktorfitVersion = "2.0.0-beta1"
val ktorfitVersion = "2.0.0-beta2-SNAPSHOT"

kotlin {
jvmToolchain(8)
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ internal class KtorfitCompilerSubPlugin : KotlinCompilerPluginSupportPlugin {
return SubpluginArtifact(
groupId = SERIALIZATION_GROUP_NAME,
artifactId = ARTIFACT_NAME,
version = "2.0.0-beta2" // remember to bump this version before any release!
version = "2.0.0-beta2-SNAPSHOT" // remember to bump this version before any release!
)
}
}

0 comments on commit 2de960b

Please sign in to comment.