Skip to content

Commit

Permalink
update library.properties
Browse files Browse the repository at this point in the history
  • Loading branch information
micycle1 committed Jul 29, 2023
1 parent 3b86d0c commit 454de17
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 4 deletions.
2 changes: 0 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -101,8 +101,6 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
* `PGS_ShapePredicates.holes()` now identifies and counts gaps in meshes as holes.
* Quads made by `splitQuadrangulation` were unclosed and are now closed polygons.
* `PGS_Conversion.toGraph()` no longer adds a spurious closing edges on LINE shapes.
### Removed
*

## **1.3.0** *(2022-10-20)*

Expand Down
4 changes: 2 additions & 2 deletions library.properties
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,8 @@ authors=[Michael Carleton](https://github.com/micycle1/)
url=https://github.com/micycle1/PGS
sentence=All things computational geometry
paragraph=PGS provides easy access to 2D geometric algorithms across a rich range of computational geometry subjects: circle packing, mesh-coloring, contouring, hulls, meshing, morphology, geometric optimisation, point and segment set generation, shape boolean operations, shape predicates, tilings, geometric transformation, triangulation, voronoi diagrams.
version=130
prettyVersion=1.3.0
version=140
prettyVersion=1.4.0
lastUpdated=0
minRevision=0
maxRevision=0

0 comments on commit 454de17

Please sign in to comment.