diff --git a/CHANGELOG.md b/CHANGELOG.md index 543fc4b4..c695b5fb 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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)* diff --git a/library.properties b/library.properties index d9b0f4d0..68b49df4 100644 --- a/library.properties +++ b/library.properties @@ -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