File tree 2 files changed +3
-3
lines changed
2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -16,7 +16,7 @@ repositories {
16
16
* Add dependency
17
17
``` groovy
18
18
dependencies {
19
- compile 'com.github.kaklakariada:fritzbox-java-api:0.4.1 '
19
+ compile 'com.github.kaklakariada:fritzbox-java-api:0.5.0 '
20
20
}
21
21
```
22
22
@@ -51,7 +51,7 @@ Install to local maven repository:
51
51
3. Run the following command:
52
52
53
53
```bash
54
- $ ./gradlew clean build check bintrayUpload -i
54
+ $ ./gradlew clean check bintrayUpload --info
55
55
```
56
56
57
57
4. Create a new [release](https://github.com/kaklakariada/fritzbox-java-api/releases) on GitHub.
Original file line number Diff line number Diff line change @@ -10,7 +10,7 @@ repositories {
10
10
}
11
11
12
12
group ' com.github.kaklakariada'
13
- version = ' 0.4.1 '
13
+ version = ' 0.5.0 '
14
14
sourceCompatibility = 1.8
15
15
16
16
tasks. withType(JavaCompile ) {
You can’t perform that action at this time.
0 commit comments