From 380233423fca07342a1ae2f7a2f63bd42837fcb4 Mon Sep 17 00:00:00 2001 From: Lucas Payr Date: Sun, 19 Dec 2021 14:52:46 +0100 Subject: [PATCH] Version 3.2.0 --- elm.json | 2 +- src/Widget.elm | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/elm.json b/elm.json index a57668f..39c9175 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": "3.1.0", + "version": "3.2.0", "exposed-modules": [ "Widget", "Widget.Material", diff --git a/src/Widget.elm b/src/Widget.elm index aa8f6bf..50ea48f 100644 --- a/src/Widget.elm +++ b/src/Widget.elm @@ -20,7 +20,7 @@ module Widget exposing , AppBarStyle, menuBar, tabBar , SortTableStyle, SortTable, Column, sortTable, floatColumn, intColumn, stringColumn, unsortableColumn , TextInputStyle, TextInput, textInput, usernameInput, emailInput, searchInput, spellCheckedInput - , PasswordInputStyle, PasswordInput + , PasswordInputStyle, PasswordInput, newPasswordInputV2, currentPasswordInputV2 , TabStyle, Tab, tab , ProgressIndicatorStyle, ProgressIndicator, circularProgressIndicator , newPasswordInput, currentPasswordInput