diff --git a/CHANGELOG.md b/CHANGELOG.md index 681f84e..d2bdc8d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,8 @@ # CHANGELOG +## 1.5.1+17 +* ... + ## 1.5.0+16 * Switched to Material You defaulting to blue swatch colors respecting dark mode * Switched to Material You navigation bar and removed unsupported swipe navigation diff --git a/pubspec.yaml b/pubspec.yaml index 6f7365d..b8927e9 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -11,7 +11,7 @@ description: A mobile client for FileBin. # In iOS, build-name is used as CFBundleShortVersionString while build-number used as CFBundleVersion. # Read more about iOS versioning at # https://developer.apple.com/library/archive/documentation/General/Reference/InfoPlistKeyReference/Articles/CoreFoundationKeys.html -version: 1.5.0+16 +version: 1.5.1+17 environment: sdk: '>=2.18.5 <3.0.0'