From 9cfbedc0c85b26c40449c22b76645a6fd5c53355 Mon Sep 17 00:00:00 2001 From: Julian Steenbakker Date: Thu, 5 May 2022 13:47:13 +0200 Subject: [PATCH] release of v1.0.0 --- CHANGELOG.md | 4 ++++ README.md | 2 +- pubspec.yaml | 2 +- 3 files changed, 6 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 4c9b075..9db5021 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,7 @@ +## 1.0.0 +Stable release including the changes noted in the beta releases. +This release also updates Android dependencies. + ## 1.0.0-beta.2 Fixed macOS version not working diff --git a/README.md b/README.md index 7d993b8..674d6d8 100644 --- a/README.md +++ b/README.md @@ -3,7 +3,7 @@ [![Join the chat](https://img.shields.io/discord/827432913896341534)](https://discord.gg/XeyJZhaczm) [![Workflow](https://github.com/juliansteenbakker/flutter_ble_peripheral/actions/workflows/flutter_format.yml/badge.svg?branch=master)](https://github.com/juliansteenbakker/flutter_ble_peripheral/actions) [![style: lint](https://img.shields.io/badge/style-lint-4BC0F5.svg)](https://pub.dev/packages/lint) -[![GitHub Sponsors](https://img.shields.io/github/sponsors/juliansteenbakker?label=want%20support%3F%20sponsor%20me%20and%20I%27ll%20contact%20you%21)](https://github.com/sponsors/juliansteenbakker) +[![GitHub Sponsors](https://img.shields.io/github/sponsors/juliansteenbakker?label=sponsor%20me)](https://github.com/sponsors/juliansteenbakker) # FlutterBlePeripheral diff --git a/pubspec.yaml b/pubspec.yaml index ea6c2a6..bffeb97 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -1,7 +1,7 @@ name: flutter_ble_peripheral description: This plugin enables a device to be set into peripheral mode, and advertise custom services and characteristics. -version: 1.0.0-beta.2 +version: 1.0.0 homepage: https://github.com/juliansteenbakker/flutter_ble_peripheral environment: