Skip to content

Commit

Permalink
Version 0.2.1
Browse files Browse the repository at this point in the history
  • Loading branch information
AgainPsychoX committed Aug 5, 2019
1 parent b69d01f commit 0400b28
Show file tree
Hide file tree
Showing 4 changed files with 11 additions and 3 deletions.
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,11 @@
## [0.2.1] - 2019-08-05

Patch release.

* apply patch #48 for some disconnection issues,
* update `ChatPage` to newer API,
* fix and update AndroidX declaration.

## [0.2.0] - 2019-07-02

Two big features packs:
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ For now there is only Android support.
# Add dependency to `pubspec.yaml` of your project.
dependencies:
# ...
flutter_bluetooth_serial: ^0.2.0
flutter_bluetooth_serial: ^0.2.1

```

Expand Down
2 changes: 1 addition & 1 deletion example/pubspec.yaml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
name: flutter_bluetooth_serial_example
version: 0.2.0
version: 0.2.1
description: Demonstrates how to use the `flutter_bluetooth_serial` plugin.
authors:
- Patryk Ludwikowski <patryk.ludwikowski.7@gmail.com>
Expand Down
2 changes: 1 addition & 1 deletion pubspec.yaml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
name: flutter_bluetooth_serial
version: 0.2.0
version: 0.2.1
description: A basic Flutter Bluetooth Serial library
authors:
- Eduardo Folly <edufolly@gmail.com>
Expand Down

0 comments on commit 0400b28

Please sign in to comment.