Skip to content

Commit

Permalink
Pushing version 3.0.2
Browse files Browse the repository at this point in the history
  • Loading branch information
Matias Dahlin Holst committed Aug 27, 2024
1 parent e5fc3b2 commit b9352ec
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 4 deletions.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# Changelog

## 3.0.2

* Fixed issues where updating display rules would not trigger a refresh on iOS
* Updated Mapsindoors SDKs:
* Android to 4.8.8
* iOS to 4.5.12

## 3.0.1

* No changes
Expand Down
8 changes: 4 additions & 4 deletions pubspec.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
name: mapsindoors_mapbox
description: A MapsIndoors flutter plugin using the Mapbox platform for Android and iOS app usage.
version: 3.0.1
version: 3.0.2
repository: https://github.com/MapsPeople/mapsindoors_flutter_mapbox
homepage: https://www.mapsindoors.com/

Expand All @@ -19,9 +19,9 @@ flutter:
dependencies:
flutter:
sdk: flutter
mapsindoors_mapbox_android: ^3.0.1
mapsindoors_mapbox_ios: ^3.0.1
mapsindoors_platform_interface: ^3.0.1
mapsindoors_mapbox_android: ^3.0.2
mapsindoors_mapbox_ios: ^3.0.2
mapsindoors_platform_interface: ^3.0.2


dev_dependencies:
Expand Down

0 comments on commit b9352ec

Please sign in to comment.