Skip to content

Commit

Permalink
Bump version to 0.3.0.
Browse files Browse the repository at this point in the history
  • Loading branch information
lukaspili committed Jun 1, 2018
1 parent 617b27e commit 31a60a5
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 3 deletions.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,10 @@
## [0.3.0]

* Fix: Background monitoring on Android
* New: Settings API
* New: Imperative start/stop monitoring API
* Breaking change: Additional plugin configuration required for Android

## [0.2.1]

* Breaking change: Renamed `BeaconRegionIBeacon.wrap()` to `from()`
Expand Down
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ Features:

* Automatic permission management
* Ranging
* Monitoring
* Monitoring (including background)


Supported beacons specifications:
Expand All @@ -24,7 +24,7 @@ Add to pubspec.yaml:

```yaml
dependencies:
beacons: ^0.2.1
beacons: ^0.3.0
```
**Note:** The plugin is written in Swift for iOS.
Expand Down
2 changes: 1 addition & 1 deletion pubspec.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
name: beacons
description: Flutter beacons plugin for iOS and Android.
version: 0.2.1
version: 0.3.0
author: Loup Inc. <[email protected]>
homepage: https://github.com/loup-v/beacons

Expand Down

0 comments on commit 31a60a5

Please sign in to comment.