We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ad1c33b commit 1fc00c7Copy full SHA for 1fc00c7
README.md
@@ -31,14 +31,14 @@ JAVA Server Side SDK is based on Java SE 8 and is available on Maven Central. Yo
31
<dependency>
32
<groupId>co.featbit</groupId>
33
<artifactId>featbit-java-sdk</artifactId>
34
- <version>1.4.1</version>
+ <version>1.4.4</version>
35
</dependency>
36
</dependencies>
37
```
38
39
- Install the SDK using Gradle
40
41
-implementation 'co.featbit:featbit-java-sdk:1.4.1'
+implementation 'co.featbit:featbit-java-sdk:1.4.4'
42
43
44
### Prerequisite
0 commit comments