We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0b056b6 commit aad8b12Copy full SHA for aad8b12
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.1.0</version>
+ <version>1.1.1</version>
35
</dependency>
36
</dependencies>
37
```
38
39
- Install the SDK using Gradle
40
41
-implementation 'co.featbit:featbit-java-sdk:1.1.0'
+implementation 'co.featbit:featbit-java-sdk:1.1.1'
42
43
44
### Quick Start
pom.xml
@@ -6,7 +6,7 @@
6
7
8
9
10
11
<name>featbit/featbit-java-sdk</name>
12
0 commit comments