Skip to content

Commit

Permalink
Version 0.1.1
Browse files Browse the repository at this point in the history
Version for patch #43 for "Error when meet unknown devices".
And small fix in README.md just by the way :F
  • Loading branch information
AgainPsychoX committed Jul 1, 2019
1 parent 52aa263 commit 4b1f53a
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 3 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
## [0.1.1] - 2019-07-01

* Patch #43 for "Error when meet unknown devices".

## [0.1.0] - 2019-06-19

Pull request #35 by @PsychoXIVI changes a lot:
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ For now there is only Android support.
# Add dependency to `pubspec.yaml` of your project.
dependencies:
# ...
flutter_bluetooth_serial: ^0.0.5
flutter_bluetooth_serial: ^0.1.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.1.0
version: 0.1.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.1.0
version: 0.1.1
description: A basic Flutter Bluetooth Serial library
authors:
- Eduardo Folly <edufolly@gmail.com>
Expand Down

0 comments on commit 4b1f53a

Please sign in to comment.