Skip to content

Commit 093af96

Browse files
committed
Create release 1.2.1 as 1.2.0 did not contain pull request #16
1 parent 756a87f commit 093af96

3 files changed

Lines changed: 5 additions & 3 deletions

File tree

CHANGELOG.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,12 +6,14 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
66

77
## [1.3.0] - unreleased
88

9-
## [1.2.0] - 2020-12-06
9+
## [1.2.1] - 2020-12-06
1010

1111
### Added
1212

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

15+
## [1.2.0] - 2020-12-06 - invalid
16+
1517
## [1.1.0] - 2020-10-25
1618

1719
### Added

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ repositories {
2121
* Add dependency
2222
```groovy
2323
dependencies {
24-
compile 'com.github.kaklakariada:fritzbox-java-api:1.2.0'
24+
compile 'com.github.kaklakariada:fritzbox-java-api:1.2.1'
2525
}
2626
```
2727

build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ repositories {
1111
}
1212

1313
group 'com.github.kaklakariada'
14-
version = '1.2.0'
14+
version = '1.2.1'
1515
sourceCompatibility = 1.8
1616

1717
tasks.withType(JavaCompile) {

0 commit comments

Comments
 (0)