From 6866b5016512d24a1b4f58e3a11152f2ff2b6834 Mon Sep 17 00:00:00 2001 From: Lucas Payr Date: Thu, 13 Aug 2020 19:27:10 +0200 Subject: [PATCH] 2.1.0 - Adding ProgressIndicator --- elm.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/elm.json b/elm.json index c76557b..332038d 100644 --- a/elm.json +++ b/elm.json @@ -3,7 +3,7 @@ "name": "Orasund/elm-ui-widgets", "summary": "Collection of reusable views for elm-ui.", "license": "BSD-3-Clause", - "version": "2.0.4", + "version": "2.1.0", "exposed-modules": [ "Widget", "Widget.Style",