Skip to content

Commit

Permalink
Bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
mikegapinski committed May 6, 2024
1 parent 560d6c9 commit d5a4618
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ import 'package:tesla_android/feature/releaseNotes/model/version.dart';
class ReleaseNotesRepository {
static const ReleaseNotes _releaseNotes = ReleaseNotes(versions: [
Version(
versionName: "2024.18.1",
versionName: "2024.18.2",
changelogItems: [
ChangelogItem(
title: "Android Platform",
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: 2024.18.1
version: 2024.18.2

environment:
flutter: "3.13.3"
Expand Down

0 comments on commit d5a4618

Please sign in to comment.