Skip to content

Commit e597bbf

Browse files
committed
1.07 bump
1 parent bc195b0 commit e597bbf

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed
-1 KB
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.6",
6+
"version": "1.0.7",
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.6</Version>
16-
<PackageReleaseNotes>Fix - GetVoronoiEdges start and endpoint assignment</PackageReleaseNotes>
15+
<Version>1.0.7</Version>
16+
<PackageReleaseNotes></PackageReleaseNotes>
1717
<AssemblyName>DelaunatorSharp</AssemblyName>
1818
<RootNamespace>DelaunatorSharp</RootNamespace>
1919
<PackageId>Delaunator</PackageId>

0 commit comments

Comments
 (0)