diff --git a/CHANGELOG.md b/CHANGELOG.md index 80d124b..431fb5e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,12 @@ + ## 0.0.4 + - This is solely a quality release, without new functionality. +## 0.0.3+2 + +- bugfix: corrected the package name + ## 0.0.3+1 - readme update with correct pub address diff --git a/README.md b/README.md index 685e566..de8214a 100644 --- a/README.md +++ b/README.md @@ -9,7 +9,7 @@ A small and fast module using a sweepline algorithm to detect intersections betw ### Install ```` -dart pub add dart_sweepline_intersections +dart pub add sweepline_intersections ```` ### Basic Use diff --git a/pubspec.yaml b/pubspec.yaml index b7b8c2e..fd7213d 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -1,6 +1,7 @@ name: sweepline_intersections description: A small and fast module using a sweepline algorithm to detect intersections between polygons and/or polylines. version: 0.0.4 + environment: sdk: ">=2.17.5 <4.0.0" homepage: https://github.com/dartclub/sweepline_intersections