File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed
src/main/kotlin/com/statsig/sdk Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -6,7 +6,7 @@ RELEASE_SIGNING_ENABLED=true
6
6
7
7
GROUP =com.statsig.serversdk
8
8
POM_ARTIFACT_ID =serversdk
9
- VERSION_NAME =1.2.1
9
+ VERSION_NAME =1.2.2
10
10
11
11
POM_NAME =Statsig Server SDK
12
12
POM_DESCRIPTION =A feature gating and a/b testing library for statsig
Original file line number Diff line number Diff line change @@ -26,7 +26,7 @@ internal data class APIConfig(
26
26
27
27
internal data class APIRule (
28
28
@SerializedName(" name" ) val name : String ,
29
- @SerializedName(" passPercentage" ) val passPercentage : Int ,
29
+ @SerializedName(" passPercentage" ) val passPercentage : Double ,
30
30
@SerializedName(" returnValue" ) val returnValue : Any ,
31
31
@SerializedName(" id" ) val id : String ,
32
32
@SerializedName(" salt" ) val salt : String? ,
Original file line number Diff line number Diff line change @@ -2,7 +2,7 @@ package com.statsig.sdk
2
2
3
3
import java.util.Properties
4
4
5
- private const val VERSION = " 1.2.1 "
5
+ private const val VERSION = " 1.2.2 "
6
6
7
7
internal class StatsigMetadata {
8
8
companion object {
You can’t perform that action at this time.
0 commit comments