From 713d8f57bea1eb7cd74017533bde9219d8851460 Mon Sep 17 00:00:00 2001 From: Varakh Date: Mon, 29 May 2023 16:14:59 +0200 Subject: [PATCH] Bump version to next develop #noissue --- CHANGELOG.md | 2 +- pubspec.yaml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index adf2656..4965609 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,6 @@ # CHANGELOG -## 1.6.1+20 +## 1.6.2+20 - UNRELEASED * ... ## 1.6.1+19 diff --git a/pubspec.yaml b/pubspec.yaml index 2228e40..f4601fe 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.1+20 +version: 1.6.2+20 environment: sdk: '>=2.19.4 <3.0.0'