Skip to content

Commit 9fddf01

Browse files
committed
bump version to 0.13.1
1 parent d7acf43 commit 9fddf01

File tree

2 files changed

+6
-1
lines changed

2 files changed

+6
-1
lines changed

CHANGELOG.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,8 @@
1+
### 0.13.1
2+
3+
- Fix License Typo [#201](https://github.com/Almoullim/background_location/pull/#201)
4+
- Fix API issues stemming from Android 13/14 changes to location services [#210](https://github.com/Almoullim/background_location/pull/#210)
5+
16
### 0.13.0
27

38
- Android upgrade and location running indicator [#196](https://github.com/Almoullim/background_location/pull/196)

pubspec.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ name: background_location
22
description: A Flutter plugin to get location updates in the background for both
33
Android and iOS. Uses CoreLocation for iOS and FusedLocationProvider for
44
Android.
5-
version: 0.13.0
5+
version: 0.13.1
66
homepage: https://github.com/Almoullim/background_location
77
repository: https://github.com/Almoullim/background_location
88

0 commit comments

Comments
 (0)