Skip to content

Commit 7894ca2

Browse files
committed
finalise 1.3.0
1 parent 8de412a commit 7894ca2

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
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.3.0** *(2022-10-xx)*
8+
## **1.3.0** *(2022-10-20)*
99

1010
### Added
1111
#### Classes

library.properties

+2-2
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,8 @@ category=Geometry
33
authors=[Michael Carleton](https://github.com/micycle1/)
44
url=https://github.com/micycle1/PGS
55
sentence=All things computational geometry
6-
paragraph=
7-
version=1.3.0
6+
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.
7+
version=130
88
prettyVersion=1.3.0
99
lastUpdated=0
1010
minRevision=0

pom.xml

+2-2
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.3.0-SNAPSHOT</version>
7+
<version>1.3.0</version>
88
<name>Processing Geometry Suite</name>
99
<description>Geometric algorithms for Processing</description>
1010

@@ -283,7 +283,7 @@
283283
<dependency>
284284
<groupId>com.github.bsideup.jabel</groupId>
285285
<artifactId>jabel-javac-plugin</artifactId>
286-
<version>0.4.2</version>
286+
<version>1.0.0</version>
287287
<scope>provided</scope>
288288
</dependency>
289289
<dependency>

0 commit comments

Comments
 (0)