From 27c27b79a87db1f168901eceb18a34cc796d07e2 Mon Sep 17 00:00:00 2001 From: dasmikko Date: Fri, 17 Mar 2023 20:46:59 +0100 Subject: [PATCH] update changelog and fix version number --- fastlane/metadata/android/en-US/changelogs/83.txt | 5 +---- pubspec.yaml | 2 +- 2 files changed, 2 insertions(+), 5 deletions(-) diff --git a/fastlane/metadata/android/en-US/changelogs/83.txt b/fastlane/metadata/android/en-US/changelogs/83.txt index ed410f6..eab0de6 100644 --- a/fastlane/metadata/android/en-US/changelogs/83.txt +++ b/fastlane/metadata/android/en-US/changelogs/83.txt @@ -1,12 +1,9 @@ -Version 2.3.3 *(TBD)* +Version 2.3.3 *(2023-03-17)* ---------------------------- New * A simple way to block a user. The content of a user wont be displayed. -Changes - - Fixes * Couldn't leave thread if post editor wasn't empty * When tapping the new post button on the subscription screen wouldn't scroll the to newest post \ No newline at end of file diff --git a/pubspec.yaml b/pubspec.yaml index 3899d8e..bb71605 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -15,7 +15,7 @@ publish_to: 'none' # Remove this line if you wish to publish to pub.dev # 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: 2.3.3+84 +version: 2.3.3+83 environment: sdk: '>=2.12.0 <3.0.0'