Skip to content

Commit

Permalink
beacon_scanner: setup version 0.0.3+1
Browse files Browse the repository at this point in the history
  • Loading branch information
Lukangi authored and Lukangi committed Jun 21, 2023
1 parent 1de3ea9 commit 09f4e3c
Show file tree
Hide file tree
Showing 5 changed files with 10 additions and 6 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ This plugin is based on [flutter_beacon](https://pub.dev/packages/flutter_beacon
This package can be combined with androids foreground services.
It uses Android AltBeacon and iOS CoreLocation under the hood.

An hybrid iBeacon scanner SDK for Flutter plugin. Supports Android API 18+ and iOS 8+.
An hybrid iBeacon scanner SDK for Flutter plugin. Supports Android API 18+ and iOS 13+.

Features:

Expand Down
4 changes: 4 additions & 0 deletions beacon_scanner/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
## 0.0.3+1

* Fixes android permission request.

## 0.0.3

* Initial release.
2 changes: 1 addition & 1 deletion beacon_scanner/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ This plugin is based on [flutter_beacon](https://pub.dev/packages/flutter_beacon
This package can be combined with androids foreground services.
It uses Android AltBeacon and iOS CoreLocation under the hood.

An hybrid iBeacon scanner SDK for Flutter plugin. Supports Android API 18+ and iOS 8+.
An hybrid iBeacon scanner SDK for Flutter plugin. Supports Android API 18+ and iOS 13+.

Features:

Expand Down
4 changes: 2 additions & 2 deletions beacon_scanner/pubspec.lock
Original file line number Diff line number Diff line change
Expand Up @@ -13,10 +13,10 @@ packages:
dependency: "direct main"
description:
name: beacon_scanner_android
sha256: "29af0f09b30c7622b8b6f69baa9e2af585e0a02c348d52bab5c8630046fc2c56"
sha256: "3da2ae9c318d03fcf04f44e9b7d8110cb35e308ca24dc39ffe395539e357b1e2"
url: "https://pub.dev"
source: hosted
version: "0.0.3"
version: "0.0.3+1"
beacon_scanner_ios:
dependency: "direct main"
description:
Expand Down
4 changes: 2 additions & 2 deletions beacon_scanner/pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ name: beacon_scanner
description: A Flutter plugin for Scanning iBeacon.
repository: https://github.com/Lukangi/beacon_scanner/tree/main/beacon_scanner
issue_tracker: https://github.com/Lukangi/beacon_scanner/issues?q=is%3Aissue+is%3Aopen
version: 0.0.3
version: 0.0.3+1

environment:
sdk: ">=2.18.0 <4.0.0"
Expand All @@ -19,7 +19,7 @@ flutter:
dependencies:
flutter:
sdk: flutter
beacon_scanner_android: ^0.0.3
beacon_scanner_android: ^0.0.3+1
beacon_scanner_ios: ^0.0.3+1
beacon_scanner_platform_interface: ^0.0.3

Expand Down

0 comments on commit 09f4e3c

Please sign in to comment.