Skip to content

Commit e3b203d

Browse files
authored
Drop SNAPSHOT from version to release (#33)
* drop SNAPSHOT from version * bump versions in README
1 parent de02967 commit e3b203d

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
@@ -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:2.0.0'
13+
implementation 'cloud.eppo:sdk-common-jvm:3.0.2'
1414
}
1515
```
1616

@@ -49,6 +49,6 @@ repositories {
4949
}
5050
5151
dependencies {
52-
implementation 'cloud.eppo:sdk-common-jvm:2.1.0-SNAPSHOT'
52+
implementation 'cloud.eppo:sdk-common-jvm:3.0.3-SNAPSHOT'
5353
}
5454
```

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

1212
java {

0 commit comments

Comments
 (0)