Skip to content

Commit

Permalink
release: 0.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
amplitude-sdk-bot committed May 31, 2023
1 parent d349922 commit 2716302
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.2.0"
version = "0.3.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 @@ -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,
Expand Down

0 comments on commit 2716302

Please sign in to comment.