Skip to content

Commit 3bd7455

Browse files
committed
Bumps version to 3.1.1
1 parent caafb0c commit 3bd7455

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

README.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -23,15 +23,15 @@ Installation
2323

2424
If you use gradle:
2525
```gradle
26-
compile 'com.inwx:domrobot:3.1'
26+
compile 'com.inwx:domrobot:3.1.1'
2727
```
2828

2929
Or if you use maven:
3030
```xml
3131
<dependency>
3232
<groupId>com.inwx</groupId>
3333
<artifactId>domrobot</artifactId>
34-
<version>3.1</version>
34+
<version>3.1.1</version>
3535
</dependency>
3636
```
3737

build.gradle

+1-1
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ plugins {
66
}
77

88
group 'com.inwx'
9-
version '3.1'
9+
version '3.1.1'
1010

1111
allprojects {
1212
if (project.plugins.hasPlugin('java')) {

src/main/java/com/inwx/domrobot/ApiClient.java

+1-1
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@
3939
*/
4040
public class ApiClient {
4141

42-
public static final String VERSION = "3.0";
42+
public static final String VERSION = "3.1.1";
4343
public static final String LIVE_URL = "https://api.domrobot.com";
4444
public static final String OTE_URL = "https://api.ote.domrobot.com";
4545

0 commit comments

Comments
 (0)