From ee473e3d70852a35c09d4d6bb3e1b48e79a5ce4d Mon Sep 17 00:00:00 2001 From: Ian Mackenzie Date: Wed, 19 Sep 2018 21:31:43 -0400 Subject: [PATCH] Bump to 1.2 --- elm.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/elm.json b/elm.json index 624ed8c1..2a1d078e 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.1.0", + "version": "1.2.0", "exposed-modules": [ "Arc.SweptAngle", "Arc2d",