Skip to content

Commit 674c059

Browse files
authored
Prepare v2.3.5
1 parent 235ddbb commit 674c059

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -19,17 +19,17 @@ Maven:
1919
<dependency>
2020
<groupId>com.labs64.netlicensing</groupId>
2121
<artifactId>netlicensing-client</artifactId>
22-
<version>2.3.4</version>
22+
<version>2.3.5</version>
2323
</dependency>
2424
</dependencies>
2525
```
2626
Gradle:
2727
```gradle
2828
dependencies {
29-
compile 'com.labs64.netlicensing:netlicensing-client:2.3.4'
29+
compile 'com.labs64.netlicensing:netlicensing-client:2.3.5'
3030
}
3131
```
3232
OSGi:
3333
```
34-
Require-Bundle: com.labs64.netlicensing.client;bundle-version="2.3.4"
34+
Require-Bundle: com.labs64.netlicensing.client;bundle-version="2.3.5"
3535
```

0 commit comments

Comments
 (0)