From b7bd47ca485c347da1848ddab8921316fa205cdd Mon Sep 17 00:00:00 2001 From: Abadi Kurniawan Date: Tue, 4 Sep 2018 12:38:57 -0500 Subject: [PATCH] Bump version to 5.0.0 --- elm.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/elm.json b/elm.json index 2d6ee24..4671803 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": "4.0.0", + "version": "5.0.0", "exposed-modules": [ "Maybe.Extra" ],