diff --git a/CHANGELOG.md b/CHANGELOG.md index 33bb663..d77352c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -13,4 +13,7 @@ * configurable point radius [0.0.4] - 2023/07/12 -* (web) empty heatmap tiles are now transparent not black \ No newline at end of file +* (web) empty heatmap tiles are now transparent not black + +[0.0.4+1] - 2023/07/14 +* correct offset when rendering each heatmap point, centering the heatmap image on the point \ No newline at end of file diff --git a/pubspec.yaml b/pubspec.yaml index c59f8d3..fbb47fc 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -1,7 +1,7 @@ name: flutter_map_heatmap description: A heatmap plugin for flutter_map repository: https://github.com/tprebs/fluttermap_heatmap -version: 0.0.4 +version: 0.0.4+1 environment: sdk: ">=2.17.0 <4.0.0"