diff --git a/CHANGELOG.md b/CHANGELOG.md index ca7dd5c..d26efc6 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,7 @@ # CHANGELOG +## 1.4.1+14 - UNRELEASED + ## 1.4.0+13 * Increased target SDK to `30` * Upgraded to Dart `2.15.1` diff --git a/pubspec.yaml b/pubspec.yaml index 4ea7663..faad696 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.4.0+13 +version: 1.4.1+14 environment: sdk: '>=2.15.1 <3.0.0'