From 6d75672add39d067ee1707ee1377651bf1bcf7e4 Mon Sep 17 00:00:00 2001 From: Varakh Date: Mon, 16 Jan 2023 19:39:18 +0100 Subject: [PATCH] Prepare next dev cycle #noissue --- CHANGELOG.md | 3 +++ pubspec.yaml | 2 +- 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 6920a28..fba8f17 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,8 @@ # CHANGELOG +## 1.6.1+19 - UNRELEASED +* ... + ## 1.6.0+18 * Fixed input colors in login view when using dark theme * Added removal of individual files selected for upload diff --git a/pubspec.yaml b/pubspec.yaml index 892e0a7..167ef91 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.6.0+18 +version: 1.6.1+19 environment: sdk: '>=2.18.5 <3.0.0'