From 058a6167c276384985d633be00c65320f5b3d9b4 Mon Sep 17 00:00:00 2001 From: Dain Nilsson Date: Tue, 29 Oct 2024 12:40:35 +0100 Subject: [PATCH] Bump build number --- lib/version.dart | 2 +- pubspec.yaml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/lib/version.dart b/lib/version.dart index ab4ff9806..0ef5054df 100755 --- a/lib/version.dart +++ b/lib/version.dart @@ -2,4 +2,4 @@ // This file is generated by running ./set-version.py const String version = '7.1.1'; -const int build = 70101; +const int build = 70102; diff --git a/pubspec.yaml b/pubspec.yaml index f23c3cbc5..2a011eabf 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -18,7 +18,7 @@ publish_to: 'none' # Remove this line if you wish to publish to pub.dev # This field is updated by running ./set-version.py # DO NOT MANUALLY EDIT THIS! -version: 7.1.1+70101 +version: 7.1.1+70102 environment: sdk: '>=3.4.3 <4.0.0'