From a445fc84f286bd49f633fad5abb07252f6a4cb3c Mon Sep 17 00:00:00 2001 From: andrewMacmurray Date: Tue, 4 May 2021 14:47:21 +0100 Subject: [PATCH] bump to 2.0.3 --- elm.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/elm.json b/elm.json index f9ff6cb..ebf5f6a 100644 --- a/elm.json +++ b/elm.json @@ -3,7 +3,7 @@ "name": "andrewMacmurray/elm-simple-animation", "summary": "stateless animation utils", "license": "MIT", - "version": "2.0.2", + "version": "2.0.3", "exposed-modules": [ "Simple.Animation", "Simple.Animation.Animated",