From 2ddaf88c2b9e0e369d24007e98f796e5e42cb210 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Micha=C5=82=20Gapin=CC=81ski?= Date: Wed, 26 Apr 2023 11:30:52 +0200 Subject: [PATCH] Bump version --- lib/common/di/app_module.dart | 2 +- pubspec.yaml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/lib/common/di/app_module.dart b/lib/common/di/app_module.dart index 40df0a5..519ee34 100644 --- a/lib/common/di/app_module.dart +++ b/lib/common/di/app_module.dart @@ -30,4 +30,4 @@ abstract class AppModule { @singleton @preResolve Future get sharedPreferences => SharedPreferences.getInstance(); -} \ No newline at end of file +} diff --git a/pubspec.yaml b/pubspec.yaml index 54e7d7e..2024f1b 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -3,7 +3,7 @@ description: Tesla Android publish_to: 'none' -version: 2023.7.1+1 +version: 2023.16.5+1 environment: flutter: "3.7.0"