Skip to content

Commit

Permalink
finalise 1.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
micycle1 committed Oct 20, 2022
1 parent 8de412a commit 7894ca2
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ All notable changes to PGS will be documented in this file.
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). Dates are *YYYY-MM-DD*.

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

### Added
#### Classes
Expand Down
4 changes: 2 additions & 2 deletions library.properties
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@ category=Geometry
authors=[Michael Carleton](https://github.com/micycle1/)
url=https://github.com/micycle1/PGS
sentence=All things computational geometry
paragraph=
version=1.3.0
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
lastUpdated=0
minRevision=0
Expand Down
4 changes: 2 additions & 2 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<modelVersion>4.0.0</modelVersion>
<groupId>micycle</groupId>
<artifactId>PGS</artifactId>
<version>1.3.0-SNAPSHOT</version>
<version>1.3.0</version>
<name>Processing Geometry Suite</name>
<description>Geometric algorithms for Processing</description>

Expand Down Expand Up @@ -283,7 +283,7 @@
<dependency>
<groupId>com.github.bsideup.jabel</groupId>
<artifactId>jabel-javac-plugin</artifactId>
<version>0.4.2</version>
<version>1.0.0</version>
<scope>provided</scope>
</dependency>
<dependency>
Expand Down

0 comments on commit 7894ca2

Please sign in to comment.