From 6523c4f15de9663eb9b8f12d59c1d67e2e0d8aad Mon Sep 17 00:00:00 2001 From: Jeroen1602 <1492076+jeroen1602@users.noreply.github.com> Date: Fri, 11 Oct 2024 15:27:50 +0200 Subject: [PATCH] Upped the version of the example page. --- example/pubspec.lock | 2 +- example/pubspec.yaml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/example/pubspec.lock b/example/pubspec.lock index e27d7d2..19e7e43 100644 --- a/example/pubspec.lock +++ b/example/pubspec.lock @@ -453,5 +453,5 @@ packages: source: hosted version: "3.1.2" sdks: - dart: ">=3.5.0 <4.0.0" + dart: ">=3.5.3 <4.0.0" flutter: ">=3.24.0" diff --git a/example/pubspec.yaml b/example/pubspec.yaml index 20c4312..cd2a443 100644 --- a/example/pubspec.yaml +++ b/example/pubspec.yaml @@ -5,7 +5,7 @@ description: Demonstrates how to use the flutter_web_bluetooth plugin. # pub.dev using `pub publish`. This is preferred for private packages. publish_to: 'none' # Remove this line if you wish to publish to pub.dev -version: 14.0.0+14 +version: 15.0.0+15 environment: sdk: ">=3.5.3 <4.0.0"