Skip to content

Commit

Permalink
Update release 0.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
alann-maulana committed Dec 19, 2019
1 parent 27955c5 commit bde3f50
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 3 deletions.
9 changes: 9 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,12 @@
## [0.3.0]

* Update Android-Beacon-Library to version [2.16.3](https://github.com/AltBeacon/android-beacon-library/tree/2.16.3)
* Add `BluetoothState` event channel
* Add `AuthorizationStatus` event channel [iOS only]
* Add manual check for `AuthorizationStatus`, `BluetoothState`, Location Service.
* Add opener settings for Bluetooth [Android], Location [Android] and Application [iOS].
* A lot of improvements

## [0.2.4]

* Fix bugs
Expand Down
4 changes: 2 additions & 2 deletions ios/flutter_beacon.podspec
Original file line number Diff line number Diff line change
Expand Up @@ -3,14 +3,14 @@
#
Pod::Spec.new do |s|
s.name = 'flutter_beacon'
s.version = '0.2.4'
s.version = '0.3.0'
s.summary = 'Flutter plugin for scanning beacon (iBeacon platform) devices on Android and iOS.'
s.description = <<-DESC
Flutter plugin for scanning beacon (iBeacon platform) devices on Android and iOS.
DESC
s.homepage = 'https://github.com/alann-maulana/flutter_beacon'
s.license = { :file => '../LICENSE' }
s.author = { 'Alann Maulana' => 'kangmas.alan@gmail.com' }
s.author = { 'Eyro Labs' => 'maulana@cubeacon.com' }
s.source = { :path => '.' }
s.source_files = 'Classes/**/*'
s.public_header_files = 'Classes/**/*.h'
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: flutter_beacon
description: Flutter plugin for scanning beacon (iBeacon platform) devices on Android and iOS.
version: 0.2.4
version: 0.3.0
homepage: https://github.com/alann-maulana/flutter_beacon

environment:
Expand Down

0 comments on commit bde3f50

Please sign in to comment.