From 017e6604b0c1e4a3ec437f02c516f356e4639d93 Mon Sep 17 00:00:00 2001 From: Ian Mackenzie Date: Tue, 21 Aug 2018 22:11:40 -0400 Subject: [PATCH] Update to 1.1.0 --- elm.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/elm.json b/elm.json index dc75255d..82df8eba 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": "1.0.3", + "version": "1.1.0", "exposed-modules": [ "Arc2d", "Arc3d",