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 +}