From 4b13f023b7a72441dffe589c4999ffa4ac11d711 Mon Sep 17 00:00:00 2001 From: narumi Date: Wed, 2 Aug 2023 03:44:12 +0800 Subject: [PATCH] Bump version to 2.4.9+949 --- lib/generated/git_info.dart | 4 ++-- pubspec.yaml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/lib/generated/git_info.dart b/lib/generated/git_info.dart index fc60fa23f..d2870c5d5 100644 --- a/lib/generated/git_info.dart +++ b/lib/generated/git_info.dart @@ -1,3 +1,3 @@ // GENERATED CODE - DO NOT MODIFY BY HAND -const String kCommitHash = "9cc61f"; -const int kCommitTimestamp = 1690746116; +const String kCommitHash = "44f48c"; +const int kCommitTimestamp = 1690891510; diff --git a/pubspec.yaml b/pubspec.yaml index 9fd23e770..02adef586 100755 --- 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.4.8+948 +version: 2.4.9+949 environment: sdk: ">=3.0.0 <4.0.0"