Skip to content

Commit 35c97bf

Browse files
committed
1.0.10 bump
1 parent 89c6d12 commit 35c97bf

File tree

3 files changed

+2
-2
lines changed

3 files changed

+2
-2
lines changed
0 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.9",
6+
"version": "1.0.10",
77
"references": [
88
"DelaunatorSharp"
99
],

DelaunatorSharp/DelaunatorSharp.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ 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.9</Version>
15+
<Version>1.0.10</Version>
1616
<PackageReleaseNotes>Hull property access set to public</PackageReleaseNotes>
1717
<AssemblyName>DelaunatorSharp</AssemblyName>
1818
<RootNamespace>DelaunatorSharp</RootNamespace>

0 commit comments

Comments
 (0)