Skip to content

Commit

Permalink
Merge branch 'release' into main
Browse files Browse the repository at this point in the history
  • Loading branch information
jsiedentop authored Jan 31, 2024
2 parents f6df667 + f584ac0 commit 54e3cc0
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 1 deletion.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
1 change: 1 addition & 0 deletions pubspec.yaml
Original file line number Diff line number Diff line change
@@ -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
Expand Down

0 comments on commit 54e3cc0

Please sign in to comment.