From 5d71cd72da1928ae562a390509aee217336cebe9 Mon Sep 17 00:00:00 2001 From: Ian Mackenzie Date: Mon, 19 Apr 2021 17:39:55 -0400 Subject: [PATCH] Bump to 2.9.0 --- elm.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/elm.json b/elm.json index 2d055c6..f3cf7a0 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.8.0", + "version": "2.9.0", "exposed-modules": [ "Acceleration", "Angle",