Skip to content

Commit ae3d35d

Browse files
committed
Increment version to 0.5.0
1 parent f0421d9 commit ae3d35d

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

README.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ repositories {
1616
* Add dependency
1717
```groovy
1818
dependencies {
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:
5151
3. Run the following command:
5252

5353
```bash
54-
$ ./gradlew clean build check bintrayUpload -i
54+
$ ./gradlew clean check bintrayUpload --info
5555
```
5656

5757
4. Create a new [release](https://github.com/kaklakariada/fritzbox-java-api/releases) on GitHub.

build.gradle

+1-1
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ repositories {
1010
}
1111

1212
group 'com.github.kaklakariada'
13-
version = '0.4.1'
13+
version = '0.5.0'
1414
sourceCompatibility = 1.8
1515

1616
tasks.withType(JavaCompile) {

0 commit comments

Comments
 (0)