From 271630254d3608d38b532eff1889cc6e60915689 Mon Sep 17 00:00:00 2001 From: amplitude-sdk-bot Date: Wed, 31 May 2023 20:14:07 +0000 Subject: [PATCH] release: 0.3.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 0460ab4..4a9e2db 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.2.0" + version = "0.3.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 7d99083..4ddeac6 100644 --- a/core/src/main/kotlin/EvaluationProxy.kt +++ b/core/src/main/kotlin/EvaluationProxy.kt @@ -15,7 +15,7 @@ import kotlinx.coroutines.joinAll import kotlinx.coroutines.launch import kotlinx.serialization.encodeToString -const val VERSION = "0.2.0" +const val VERSION = "0.3.0" class HttpErrorResponseException( val status: Int,