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 235ddbb commit 674c059Copy full SHA for 674c059
README.md
@@ -19,17 +19,17 @@ Maven:
19
<dependency>
20
<groupId>com.labs64.netlicensing</groupId>
21
<artifactId>netlicensing-client</artifactId>
22
- <version>2.3.4</version>
+ <version>2.3.5</version>
23
</dependency>
24
</dependencies>
25
```
26
Gradle:
27
```gradle
28
dependencies {
29
- compile 'com.labs64.netlicensing:netlicensing-client:2.3.4'
+ compile 'com.labs64.netlicensing:netlicensing-client:2.3.5'
30
}
31
32
OSGi:
33
34
-Require-Bundle: com.labs64.netlicensing.client;bundle-version="2.3.4"
+Require-Bundle: com.labs64.netlicensing.client;bundle-version="2.3.5"
35
0 commit comments