From 1770fa9161e508f363295d29a91e328e67c87709 Mon Sep 17 00:00:00 2001 From: Correl Roush Date: Fri, 21 Sep 2018 15:04:52 -0400 Subject: [PATCH] Bump version to 4.0.0 --- elm.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/elm.json b/elm.json index 95210aa..6dc03e9 100644 --- a/elm.json +++ b/elm.json @@ -3,7 +3,7 @@ "name": "correl/elm-paginated", "summary": "A library for fetching data from paginated JSON REST APIs.", "license": "MIT", - "version": "3.0.1", + "version": "4.0.0", "exposed-modules": [ "Paginated" ],