From 373f01e9388e859d8f943107a61cc551e03681a3 Mon Sep 17 00:00:00 2001 From: Ming Ming Date: Sun, 29 Aug 2021 02:49:14 +0800 Subject: [PATCH] Versioning: 27.1 --- lib/k.dart | 4 ++-- pubspec.yaml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/lib/k.dart b/lib/k.dart index c84a09c1..3513099b 100644 --- a/lib/k.dart +++ b/lib/k.dart @@ -1,6 +1,6 @@ /// Version string shown in settings page -const versionStr = "27.0-d9370a"; -const version = 270; +const versionStr = "27.1-bbe7d2"; +const version = 271; /// Show a snack bar for a short amount of time const snackBarDurationShort = const Duration(seconds: 4); diff --git a/pubspec.yaml b/pubspec.yaml index add500ac..2ce20a5f 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: 1.27.0+2700 +version: 1.27.1+2710 environment: sdk: ">=2.13.0 <3.0.0"