From 2731a3fc768677eacd2bdb91dcb800e7f601dc97 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?W=C5=82odzimierz=20Ciesielski?= Date: Sat, 29 Jun 2024 15:28:18 +0200 Subject: [PATCH] Update ver to 1.1.0 --- pubspec.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pubspec.yaml b/pubspec.yaml index 986ad2b..c32a9e3 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.8+9 +version: 1.1.0+10 environment: sdk: '>=3.0.0 <4.0.0'