Skip to content

Commit

Permalink
2023.41.100
Browse files Browse the repository at this point in the history
  • Loading branch information
mikegapinski committed Oct 10, 2023
1 parent 339a1e4 commit 579bf10
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 1 deletion.
11 changes: 11 additions & 0 deletions lib/feature/releaseNotes/repository/release_notes_repository.dart
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,17 @@ import 'package:tesla_android/feature/releaseNotes/model/version.dart';
@injectable
class ReleaseNotesRepository {
static const ReleaseNotes _releaseNotes = ReleaseNotes(versions: [
Version(
versionName: "2023.41.100",
changelogItems: [
ChangelogItem(
title: "NVMe support",
shortDescription: "Performance improvements",
descriptionMarkdown:
"NVMe drives are now supported on the Compute Module 4",
),
],
),
Version(
versionName: "2023.40.2",
changelogItems: [
Expand Down
2 changes: 1 addition & 1 deletion pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ description: Tesla Android

publish_to: 'none'

version: 2023.40.2
version: 2023.41.100

environment:
flutter: "3.13.3"
Expand Down

0 comments on commit 579bf10

Please sign in to comment.