Skip to content

Commit

Permalink
release: 0.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
amplitude-sdk-bot committed Apr 20, 2023
1 parent 819ac09 commit fd58abe
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion core/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ publishing {
create<MavenPublication>("core") {
groupId = "com.amplitude"
artifactId = "evaluation-proxy-core"
version = "0.0.2"
version = "0.1.0"
from(components["java"])
pom {
name.set("Amplitude Evaluation Proxy")
Expand Down
2 changes: 1 addition & 1 deletion core/src/main/kotlin/EvaluationProxy.kt
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ import kotlinx.coroutines.joinAll
import kotlinx.coroutines.launch
import kotlinx.serialization.encodeToString

const val VERSION = "0.0.2"
const val VERSION = "0.1.0"

class HttpErrorResponseException(
val status: Int,
Expand Down

0 comments on commit fd58abe

Please sign in to comment.