Skip to content

Commit c14089b

Browse files
committed
Bump version
1 parent 66c31d7 commit c14089b

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

CHANGELOG.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ All notable changes to PGS will be documented in this file.
55
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
66
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). Dates are *YYYY-MM-DD*.
77

8-
## **1.1.1** (2021-07-xx)
8+
## **1.1.1** (2021-07-28)
99
### Added
1010
- `voronoiCells()` to `PGS_Voronoi`. Generates Voronoi diagrams from shapes or point sets, outputting the diagram as polygonal cells (rather than lines only, as before).
1111
- Additional method signature for `voronoiDiagram()` that accepts a list of points (rather than PShapes only, as before).

pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
<modelVersion>4.0.0</modelVersion>
55
<groupId>micycle</groupId>
66
<artifactId>PGS</artifactId>
7-
<version>1.1.0</version>
7+
<version>1.1.1</version>
88
<name>Processing Geometry Suite</name>
99
<description>Geometric algorithms for Processing</description>
1010

0 commit comments

Comments
 (0)