From dc1b6741a22d04a5884d8819b68e5f30596091a2 Mon Sep 17 00:00:00 2001 From: Ian Mackenzie Date: Tue, 20 Oct 2020 13:38:16 -0400 Subject: [PATCH] Bump to 3.7.0 --- elm.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/elm.json b/elm.json index 6bf960d4..04f982d1 100644 --- a/elm.json +++ b/elm.json @@ -3,7 +3,7 @@ "name": "ianmackenzie/elm-geometry", "summary": "2D/3D geometric data types and operations", "license": "MPL-2.0", - "version": "3.6.0", + "version": "3.7.0", "exposed-modules": [ "Arc2d", "Arc3d",