File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed
Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -16,7 +16,7 @@ repositories {
1616* Add dependency
1717``` groovy
1818dependencies {
19- compile 'com.github.kaklakariada:fritzbox-java-api:0.4.1 '
19+ compile 'com.github.kaklakariada:fritzbox-java-api:0.5.0 '
2020}
2121```
2222
@@ -51,7 +51,7 @@ Install to local maven repository:
51513. Run the following command:
5252
5353 ```bash
54- $ ./gradlew clean build check bintrayUpload -i
54+ $ ./gradlew clean check bintrayUpload --info
5555 ```
5656
57574. 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 {
1010}
1111
1212group ' com.github.kaklakariada'
13- version = ' 0.4.1 '
13+ version = ' 0.5.0 '
1414sourceCompatibility = 1.8
1515
1616tasks. withType(JavaCompile ) {
You can’t perform that action at this time.
0 commit comments