Skip to content

Commit

Permalink
Bump version for publishing
Browse files Browse the repository at this point in the history
  • Loading branch information
pauldemarco committed Aug 28, 2019
1 parent fc6637d commit f3c8b0b
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 5 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
## 0.6.0+4

* Fix duplicate characteristic notifications when connection lost.

## 0.6.0+3

* Fix duplicate characteristic notifications when reconnecting.
Expand Down
11 changes: 6 additions & 5 deletions pubspec.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,8 @@
name: flutter_blue
description: Flutter plugin for connecting and communicating with Bluetooth Low Energy devices,
description:
Flutter plugin for connecting and communicating with Bluetooth Low Energy devices,
on Android and iOS
version: 0.6.0+3
version: 0.6.0+4
author: Paul DeMarco <paulmdemarco@gmail.com>
homepage: https://github.com/pauldemarco/flutter_blue

Expand All @@ -11,9 +12,9 @@ environment:
dependencies:
flutter:
sdk: flutter
convert: '^2.1.1'
protobuf: '^0.13.12'
rxdart: '^0.22.0'
convert: "^2.1.1"
protobuf: "^0.13.12"
rxdart: "^0.22.0"

flutter:
plugin:
Expand Down

0 comments on commit f3c8b0b

Please sign in to comment.