diff --git a/elm.json b/elm.json index 9682cf0..765858f 100644 --- a/elm.json +++ b/elm.json @@ -3,7 +3,7 @@ "name": "elm-community/maybe-extra", "summary": "Convenience functions for working with Maybe", "license": "MIT", - "version": "5.1.0", + "version": "5.2.0", "exposed-modules": [ "Maybe.Extra" ], @@ -14,4 +14,4 @@ "test-dependencies": { "elm-explorations/test": "1.2.2 <= v < 2.0.0" } -} \ No newline at end of file +}