From b8b3f44a1957f3da22c936b5d902629f8a6292e1 Mon Sep 17 00:00:00 2001 From: Lucas Payr Date: Tue, 26 May 2020 06:56:30 +0200 Subject: [PATCH] 2.0.0 - Complete rewrite. --- elm.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/elm.json b/elm.json index 7579d54..20d12f2 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": "1.0.0", + "version": "2.0.0", "exposed-modules": [ "Widget", "Widget.Style",