Skip to content

Commit

Permalink
Updated other dependencies.
Browse files Browse the repository at this point in the history
  • Loading branch information
pauldemarco committed Aug 1, 2018
1 parent 0786e91 commit 9e0a23f
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 3 deletions.
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
## 0.3.4
* Updated to use the latest protobuf (^0.9.0+1)
* Updated other dependencies

## 0.3.3
* `scan` `withServices` to filter by service UUID's (iOS)
Expand Down
7 changes: 4 additions & 3 deletions pubspec.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
name: flutter_blue
description: Bluetooth plugin for Flutter
version: 0.3.3
version: 0.3.4
author: Paul DeMarco <paulmdemarco@gmail.com>
homepage: https://github.com/pauldemarco/flutter_blue

Expand All @@ -12,12 +12,13 @@ flutter:
dependencies:
flutter:
sdk: flutter
convert: '^2.0.1'
convert: '^2.0.2'
protobuf: '^0.9.0+1'

dev_dependencies:
flutter_test:
sdk: flutter

environment:
sdk: ">=1.8.0 <2.0.0"
sdk: ">=2.0.0-dev.28.0 <3.0.0"
flutter: ">=0.2.4 <2.0.0"

0 comments on commit 9e0a23f

Please sign in to comment.