File tree 2 files changed +5
-3
lines changed
2 files changed +5
-3
lines changed Original file line number Diff line number Diff line change @@ -36,7 +36,7 @@ Work in progress.
36
36
Gradle:
37
37
``` gradle
38
38
dependencies {
39
- implementation 'de.sematre.dsbmobile:DSBmobile-API:1.6 '
39
+ implementation 'de.sematre.dsbmobile:DSBmobile-API:1.7 '
40
40
}
41
41
```
42
42
@@ -45,11 +45,13 @@ Maven:
45
45
<dependency >
46
46
<groupId >de.sematre.dsbmobile</groupId >
47
47
<artifactId >DSBmobile-API</artifactId >
48
- <version >1.6 </version >
48
+ <version >1.7 </version >
49
49
</dependency >
50
50
```
51
51
52
52
## Release History
53
+ * 1.7
54
+ * Make UUID random
53
55
* 1.6
54
56
* Performance improvement
55
57
* 1.5
Original file line number Diff line number Diff line change 5
5
6
6
<groupId >de.sematre.dsbmobile</groupId >
7
7
<artifactId >DSBmobile-API</artifactId >
8
- <version >1.6 </version >
8
+ <version >1.7 </version >
9
9
10
10
<name >DSBmobile-API</name >
11
11
<description >Unofficial DSBmobile API for Java.</description >
You can’t perform that action at this time.
0 commit comments