From cc7cefba3ef4dae7d59121521e901563c6db9eab Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?W=C5=82odzimierz=20Ciesielski?= Date: Sat, 1 Jun 2024 10:01:09 +0200 Subject: [PATCH] Update ver to 1.0.2 --- pubspec.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pubspec.yaml b/pubspec.yaml index c197e82..f5da832 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -1,7 +1,7 @@ name: ble_ota_app description: Upload firmware over bluetooth. publish_to: 'none' -version: 1.0.1+2 +version: 1.0.2+3 environment: sdk: '>=3.0.0 <4.0.0'