We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c2066e6 commit e76e5ceCopy full SHA for e76e5ce
1 file changed
README.md
@@ -19,17 +19,17 @@ Maven:
19
<dependency>
20
<groupId>com.labs64.netlicensing</groupId>
21
<artifactId>netlicensing-client</artifactId>
22
- <version>2.5.0</version>
+ <version>2.5.7</version>
23
</dependency>
24
</dependencies>
25
```
26
Gradle:
27
```gradle
28
dependencies {
29
- compile 'com.labs64.netlicensing:netlicensing-client:2.5.0'
+ compile 'com.labs64.netlicensing:netlicensing-client:2.5.7'
30
}
31
32
OSGi:
33
34
-Require-Bundle: com.labs64.netlicensing.client;bundle-version="2.5.0"
+Require-Bundle: com.labs64.netlicensing.client;bundle-version="2.5.7"
35
0 commit comments