diff --git a/CHANGELOG.md b/CHANGELOG.md index 482cdcb..3c9e52b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,8 @@ # CHANGELOG +## 1.4.3+16 - UNRELEASED +* ... + ## 1.4.2+15 * Minor cleanup * Added external drone CI diff --git a/pubspec.lock b/pubspec.lock index ec31a33..68757b0 100644 --- a/pubspec.lock +++ b/pubspec.lock @@ -391,7 +391,7 @@ packages: name: mime url: "https://pub.dartlang.org" source: hosted - version: "1.0.1" + version: "1.0.2" nested: dependency: transitive description: diff --git a/pubspec.yaml b/pubspec.yaml index f74ed7c..675ffc9 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.2+15 +version: 1.4.3+16 environment: sdk: '>=2.16.2 <3.0.0'