From cadb4c2a199505a08f3dd3249fec72ec88a15ba0 Mon Sep 17 00:00:00 2001 From: Ian Mackenzie Date: Fri, 2 Aug 2019 19:13:03 -0400 Subject: [PATCH] Bump to 2.2.0 --- elm.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/elm.json b/elm.json index 17f6c74..f562b2a 100644 --- a/elm.json +++ b/elm.json @@ -3,7 +3,7 @@ "name": "ianmackenzie/elm-units", "summary": "Simple, safe and convenient unit types and conversions for Elm", "license": "BSD-3-Clause", - "version": "2.1.0", + "version": "2.2.0", "exposed-modules": [ "Acceleration", "Angle",