File tree 3 files changed +4
-4
lines changed
src/main/java/com/inwx/domrobot
3 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -23,15 +23,15 @@ Installation
23
23
24
24
If you use gradle:
25
25
``` gradle
26
- compile 'com.inwx:domrobot:3.1'
26
+ compile 'com.inwx:domrobot:3.1.1 '
27
27
```
28
28
29
29
Or if you use maven:
30
30
``` xml
31
31
<dependency >
32
32
<groupId >com.inwx</groupId >
33
33
<artifactId >domrobot</artifactId >
34
- <version >3.1</version >
34
+ <version >3.1.1 </version >
35
35
</dependency >
36
36
```
37
37
Original file line number Diff line number Diff line change @@ -6,7 +6,7 @@ plugins {
6
6
}
7
7
8
8
group ' com.inwx'
9
- version ' 3.1'
9
+ version ' 3.1.1 '
10
10
11
11
allprojects {
12
12
if (project. plugins. hasPlugin(' java' )) {
Original file line number Diff line number Diff line change 39
39
*/
40
40
public class ApiClient {
41
41
42
- public static final String VERSION = "3.0 " ;
42
+ public static final String VERSION = "3.1.1 " ;
43
43
public static final String LIVE_URL = "https://api.domrobot.com" ;
44
44
public static final String OTE_URL = "https://api.ote.domrobot.com" ;
45
45
You can’t perform that action at this time.
0 commit comments