From 289cb3aac2d511ae50f8e815469d593c24f98210 Mon Sep 17 00:00:00 2001 From: Yu Matsuzawa Date: Sat, 28 Mar 2020 19:09:14 +0900 Subject: [PATCH] [master] Bump with doc fix --- elm.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/elm.json b/elm.json index 134757e..1ee2951 100644 --- a/elm.json +++ b/elm.json @@ -3,7 +3,7 @@ "name": "ymtszw/elm-xml-decode", "summary": "Xml decoder sharing the spirit of Json.Decode", "license": "BSD-3-Clause", - "version": "3.2.0", + "version": "3.2.1", "exposed-modules": [ "Xml.Decode" ], @@ -17,4 +17,4 @@ "test-dependencies": { "elm-explorations/test": "1.1.0 <= v < 2.0.0" } -} \ No newline at end of file +}