Skip to content

Commit 8c2307f

Browse files
author
Lukasz
committed
Fix Accuracy.nearestTenMeters on iOS. Update changelog and bump to v1.0.2.
1 parent c72c7e3 commit 8c2307f

File tree

4 files changed

+7
-3
lines changed

4 files changed

+7
-3
lines changed

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
## [1.0.2]
2+
3+
- Fix `Accuracy.nearestTenMeters` on iOS
4+
15
## [1.0.1]
26

37
- Update to streams_channel 0.2.3

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ Add geolocation to your pubspec.yaml:
2828

2929
```yaml
3030
dependencies:
31-
geolocation: ^1.0.1
31+
geolocation: ^1.0.2
3232
```
3333
3434
## Import

ios/Classes/Data/Accuracy.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ enum Accuracy: String, Codable {
1010
case threeKilometers = "threeKilometers"
1111
case kilometer = "kilometer"
1212
case hundredMeters = "hundredMeters"
13-
case nearestTenMeters = "NearestTenMeters"
13+
case nearestTenMeters = "nearestTenMeters"
1414
case best = "best"
1515
case bestForNavigation = "bestForNavigation"
1616

pubspec.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
name: geolocation
22
description: Location plugin for iOS and Android.
3-
version: 1.0.1
3+
version: 1.0.2
44
homepage: https://github.com/loup-v/geolocation/
55

66
environment:

0 commit comments

Comments
 (0)