From 2af648a5c210a9ab55353177a2c9a9b12f918caf Mon Sep 17 00:00:00 2001 From: amplitude-sdk-bot Date: Mon, 22 May 2023 04:03:16 +0000 Subject: [PATCH] release: 0.2.0 --- core/build.gradle.kts | 2 +- core/src/main/kotlin/EvaluationProxy.kt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/core/build.gradle.kts b/core/build.gradle.kts index 9e756c4..0460ab4 100644 --- a/core/build.gradle.kts +++ b/core/build.gradle.kts @@ -53,7 +53,7 @@ publishing { create("core") { groupId = "com.amplitude" artifactId = "evaluation-proxy-core" - version = "0.1.0" + version = "0.2.0" from(components["java"]) pom { name.set("Amplitude Evaluation Proxy") diff --git a/core/src/main/kotlin/EvaluationProxy.kt b/core/src/main/kotlin/EvaluationProxy.kt index a2fab02..9e26b14 100644 --- a/core/src/main/kotlin/EvaluationProxy.kt +++ b/core/src/main/kotlin/EvaluationProxy.kt @@ -14,7 +14,7 @@ import kotlinx.coroutines.joinAll import kotlinx.coroutines.launch import kotlinx.serialization.encodeToString -const val VERSION = "0.1.0" +const val VERSION = "0.2.0" class HttpErrorResponseException( val status: Int,