Skip to content

Commit 08b9e71

Browse files
committed
1.08 bump
1 parent d221202 commit 08b9e71

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed
512 Bytes
Binary file not shown.

DelaunatorSharp.Unity/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
"displayName": "Delaunator",
44
"description": "Fast Delaunay triangulation of 2D points\nPort from Mapbox's Delaunator project (JavaScript).",
55
"license": "MIT",
6-
"version": "1.0.7",
6+
"version": "1.0.8",
77
"references": [
88
"DelaunatorSharp"
99
],

DelaunatorSharp/DelaunatorSharp.csproj

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,8 +12,8 @@ Port from Mapbox's Delaunator project (JavaScript).</Description>
1212
<PackageTags>delaunay triangulation voronoi</PackageTags>
1313
<PackageLicenseExpression>MIT</PackageLicenseExpression>
1414
<Copyright>https://github.com/mapbox/delaunator</Copyright>
15-
<Version>1.0.7</Version>
16-
<PackageReleaseNotes></PackageReleaseNotes>
15+
<Version>1.0.8</Version>
16+
<PackageReleaseNotes>Performance improvement on GetVoronoiCells</PackageReleaseNotes>
1717
<AssemblyName>DelaunatorSharp</AssemblyName>
1818
<RootNamespace>DelaunatorSharp</RootNamespace>
1919
<PackageId>Delaunator</PackageId>

0 commit comments

Comments
 (0)