Skip to content

Commit e76e5ce

Browse files
authored
Bump version to 2.5.7
1 parent c2066e6 commit e76e5ce

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

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.5.0</version>
22+
<version>2.5.7</version>
2323
</dependency>
2424
</dependencies>
2525
```
2626
Gradle:
2727
```gradle
2828
dependencies {
29-
compile 'com.labs64.netlicensing:netlicensing-client:2.5.0'
29+
compile 'com.labs64.netlicensing:netlicensing-client:2.5.7'
3030
}
3131
```
3232
OSGi:
3333
```
34-
Require-Bundle: com.labs64.netlicensing.client;bundle-version="2.5.0"
34+
Require-Bundle: com.labs64.netlicensing.client;bundle-version="2.5.7"
3535
```

0 commit comments

Comments
 (0)