From e60fad12706cfcecbc346bb73e198f409bda81a5 Mon Sep 17 00:00:00 2001 From: Ian Mackenzie Date: Thu, 15 Jun 2023 11:43:13 -0400 Subject: [PATCH] Bump to 2.10.0 --- elm.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/elm.json b/elm.json index 9127c60..cc5e01b 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.9.0", + "version": "2.10.0", "exposed-modules": [ "Acceleration", "Angle",