Skip to content

Commit

Permalink
Create release 1.2.1 as 1.2.0 did not contain pull request #16
Browse files Browse the repository at this point in the history
  • Loading branch information
kaklakariada committed Dec 6, 2020
1 parent 756a87f commit 093af96
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 3 deletions.
4 changes: 3 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,12 +6,14 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## [1.3.0] - unreleased

## [1.2.0] - 2020-12-06
## [1.2.1] - 2020-12-06

### Added

* [#16](https://github.com/kaklakariada/fritzbox-java-api/pull/16): Update for FRITZ-Dect 500 devices. Thanks to [SmokingDevices](https://github.com/SmokingDevices)!

## [1.2.0] - 2020-12-06 - invalid

## [1.1.0] - 2020-10-25

### Added
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ repositories {
* Add dependency
```groovy
dependencies {
compile 'com.github.kaklakariada:fritzbox-java-api:1.2.0'
compile 'com.github.kaklakariada:fritzbox-java-api:1.2.1'
}
```

Expand Down
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ repositories {
}

group 'com.github.kaklakariada'
version = '1.2.0'
version = '1.2.1'
sourceCompatibility = 1.8

tasks.withType(JavaCompile) {
Expand Down

0 comments on commit 093af96

Please sign in to comment.