Skip to content

Commit bd3e126

Browse files
authored
release: 3.3.1 (#44)
* release: 3.3.1
1 parent c6c85a4 commit bd3e126

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ or [JVM](https://github.com/Eppo-exp/java-server-sdk) SDKs.
1010

1111
```groovy
1212
dependencies {
13-
implementation 'cloud.eppo:sdk-common-jvm:3.0.2'
13+
implementation 'cloud.eppo:sdk-common-jvm:3.3.1'
1414
}
1515
```
1616

build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ plugins {
66
}
77

88
group = 'cloud.eppo'
9-
version = '3.3.1-SNAPSHOT'
9+
version = '3.3.1'
1010
ext.isReleaseVersion = !version.endsWith("SNAPSHOT")
1111

1212
java {

0 commit comments

Comments
 (0)