From e4f86a8fa622844ed994bce36c7e705a455d484a Mon Sep 17 00:00:00 2001 From: narumi Date: Sat, 24 Jun 2023 09:11:21 +0800 Subject: [PATCH] Bump version to 2.4.3+935 --- CHANGELOG.md | 6 ++++++ lib/generated/git_info.dart | 4 ++-- pubspec.yaml | 2 +- 3 files changed, 9 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 77442c029..4d8f9eff6 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,11 @@ # Changelog +## 2.4.3 + +- Fix class board planning and support import it from login data +- Add batch set for class board plans +- Improve class board map + ## 2.4.2 - Chaldeas diff --git a/lib/generated/git_info.dart b/lib/generated/git_info.dart index 29c9376f8..77afeba9b 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 = "9994e7"; -const int kCommitTimestamp = 1687376862; +const String kCommitHash = "23ff90"; +const int kCommitTimestamp = 1687568926; diff --git a/pubspec.yaml b/pubspec.yaml index 52c408c7f..388b5b9f8 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.2+934 +version: 2.4.3+935 environment: sdk: ">=3.0.0 <4.0.0"