diff --git a/CHANGELOG.md b/CHANGELOG.md index a0ac70e..ba318f5 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,9 @@ # Changelog +## 1.1.2 +Android: +- Reduced minimum API/SDK version requirement to 16 (Jelly Bean) + ## 1.1.1 Linux: - Fixed minimum window size bug diff --git a/pubspec.yaml b/pubspec.yaml index 2f411ad..ea814df 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -3,7 +3,7 @@ description: Transfer files with ease over a network. publish_to: 'none' -version: 1.1.1+16 +version: 1.1.2+17 environment: sdk: ">=2.12.0 <3.0.0"