diff --git a/CHANGELOG.md b/CHANGELOG.md index ce63db8..cedf53f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,14 @@ # Changelog +## 2.1.5 + +All: + +- Adjusted 'about' dialogue box UI +- Fixes and workarounds relating to recent releases of Flutter + - Increased Kotlin version -- there will be warnings from (abandoned) dependencies relying on the older version but nothing that would prevent building + - Reconstructed share button due to recent ElevatedButton defects regarding child widget alignment + ## 2.1.4 Android: diff --git a/pubspec.yaml b/pubspec.yaml index 183cddd..ce9b258 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -3,7 +3,7 @@ description: Transfer files with ease over a network. publish_to: 'none' -version: 2.1.4+34 +version: 2.1.5+35 environment: sdk: '>=3.2.0-78.0.dev <4.0.0'