File tree Expand file tree Collapse file tree 3 files changed +2
-3
lines changed
src/main/kotlin/com/statsig/sdk Expand file tree Collapse file tree 3 files changed +2
-3
lines changed Original file line number Diff line number Diff line change @@ -6,7 +6,6 @@ plugins {
6
6
kotlin(" jvm" ) version " 1.6.0"
7
7
idea
8
8
id(" org.jlleitschuh.gradle.ktlint" ) version " 11.0.0"
9
- id(" com.vanniktech.maven.publish" ) version " 0.22.0"
10
9
id(" maven-publish" )
11
10
}
12
11
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 =0.19.2
9
+ VERSION_NAME =0.19.3
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 @@ -2,7 +2,7 @@ package com.statsig.sdk
2
2
3
3
import java.util.Properties
4
4
5
- private const val VERSION = " 0.19.2 "
5
+ private const val VERSION = " 0.19.3 "
6
6
7
7
internal class StatsigMetadata {
8
8
companion object {
You can’t perform that action at this time.
0 commit comments