From 42321c42c43d12dee28fd5d7201e3d5419fb4390 Mon Sep 17 00:00:00 2001 From: armantorkzaban Date: Mon, 30 Jan 2023 01:53:53 +0100 Subject: [PATCH 1/3] removed dart from the name of package --- README.md | 2 +- pubspec.yaml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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 1aeaa39..00c8cc0 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -1,6 +1,6 @@ name: sweepline_intersections description: A small and fast module using a sweepline algorithm to detect intersections between polygons and/or polylines. -version: 0.0.3 +version: 0.0.3+1 environment: sdk: ">=2.17.5 <3.0.0" homepage: https://github.com/dartclub/sweepline_intersections From d9f816eb1b2aae52c052192db3c6d92d4609a019 Mon Sep 17 00:00:00 2001 From: armantorkzaban Date: Mon, 30 Jan 2023 01:57:08 +0100 Subject: [PATCH 2/3] incremented CL --- CHANGELOG.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 0b1cdfd..325b322 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,5 @@ +## 0.0.3+2 +- bugfix: corrected the package name ## 0.0.3+1 - readme update with correct pub address ## 0.0.3 From f584ac01ed51c4ab1fa87a9f37e300e06e39482e Mon Sep 17 00:00:00 2001 From: armantorkzaban Date: Mon, 30 Jan 2023 01:58:08 +0100 Subject: [PATCH 3/3] changed version --- pubspec.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pubspec.yaml b/pubspec.yaml index 00c8cc0..a7051b3 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -1,6 +1,6 @@ name: sweepline_intersections description: A small and fast module using a sweepline algorithm to detect intersections between polygons and/or polylines. -version: 0.0.3+1 +version: 0.0.3+2 environment: sdk: ">=2.17.5 <3.0.0" homepage: https://github.com/dartclub/sweepline_intersections