From 4a631cb0d5b05415c7b27de32324cbe4a67b6652 Mon Sep 17 00:00:00 2001 From: Ian Mackenzie Date: Sat, 4 Apr 2020 19:42:05 -0400 Subject: [PATCH] Bump to 2.4.0 --- elm.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/elm.json b/elm.json index 66b8ab6..fc37e36 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.3.0", + "version": "2.4.0", "exposed-modules": [ "Acceleration", "Angle",