From 9cb8f240de359fc5ce7e02d3ea7ce2844f7bbc6d Mon Sep 17 00:00:00 2001 From: Ming Ming Date: Sun, 20 Oct 2024 22:45:29 +0800 Subject: [PATCH] 70.1 --- app/lib/k.dart | 4 ++-- app/pubspec.yaml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/app/lib/k.dart b/app/lib/k.dart index 6599d1fd..c89a1cce 100644 --- a/app/lib/k.dart +++ b/app/lib/k.dart @@ -1,8 +1,8 @@ import 'package:flutter/material.dart'; /// Version string shown in settings page -const versionStr = "70.0"; -const version = 700; +const versionStr = "70.1"; +const version = 701; /// Show a snack bar for a short amount of time const snackBarDurationShort = Duration(seconds: 4); diff --git a/app/pubspec.yaml b/app/pubspec.yaml index 3798747c..cdfe16a2 100644 --- a/app/pubspec.yaml +++ b/app/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.70.0+7000 +version: 1.70.1+7010 environment: sdk: ">=3.3.0 <4.0.0"