Skip to content

Commit f493bf2

Browse files
authored
chore: bump for v3.13.1 (#157)
* chore: bump for v3.13.1
1 parent fb1898e commit f493bf2

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ or [JVM](https://github.com/Eppo-exp/java-server-sdk) SDKs.
1313

1414
```groovy
1515
dependencies {
16-
implementation 'cloud.eppo:sdk-common-jvm:3.13.0'
16+
implementation 'cloud.eppo:sdk-common-jvm:3.13.1'
1717
}
1818
```
1919

@@ -54,6 +54,6 @@ repositories {
5454
}
5555
5656
dependencies {
57-
implementation 'cloud.eppo:sdk-common-jvm:3.13.0-SNAPSHOT'
57+
implementation 'cloud.eppo:sdk-common-jvm:3.13.1-SNAPSHOT'
5858
}
5959
```

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.13.0-SNAPSHOT'
9+
version = '3.13.1'
1010
ext.isReleaseVersion = !version.endsWith("SNAPSHOT")
1111

1212
java {

0 commit comments

Comments
 (0)