From bdca09f6e4dfc3734468004e58fd391c805c55f5 Mon Sep 17 00:00:00 2001 From: Jeroen1602 <1492076+jeroen1602@users.noreply.github.com> Date: Fri, 2 Sep 2022 11:32:29 +0200 Subject: [PATCH] Bumped the version number to 0.0.9 --- example/pubspec.lock | 2 +- pubspec.yaml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/example/pubspec.lock b/example/pubspec.lock index 688fbbd..9f6f99f 100644 --- a/example/pubspec.lock +++ b/example/pubspec.lock @@ -101,7 +101,7 @@ packages: path: ".." relative: true source: path - version: "0.0.8" + version: "0.0.9" flutter_web_plugins: dependency: transitive description: flutter diff --git a/pubspec.yaml b/pubspec.yaml index 1ecdab8..84dc873 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -1,6 +1,6 @@ name: flutter_web_bluetooth description: A library to use the web bluetooth api in your web project. Will play nice if used in IO projects. -version: 0.0.8 +version: 0.0.9 homepage: https://github.com/jeroen1602/flutter_web_bluetooth/ repository: https://github.com/jeroen1602/flutter_web_bluetooth/ issue_tracker: https://github.com/jeroen1602/flutter_web_bluetooth/issues/