From 8b96610fa624653e454057a57841bc4366648cad Mon Sep 17 00:00:00 2001 From: Varakh Date: Fri, 1 Dec 2023 19:20:13 +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 af24538..68ee551 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,8 @@ # CHANGELOG +## 1.6.3+21 - UNRELEASED +* ... + ## 1.6.2+20 * Updated internal dependencies * Moved progress indicator of _Show Configuration_ into the underlying button diff --git a/pubspec.yaml b/pubspec.yaml index 47f959e..8ee3ca9 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.2+20 +version: 1.6.3+21 environment: sdk: '>=3.2.0 <4.0.0'