From d61baa4d3873c034f88f4956d325ed0725572651 Mon Sep 17 00:00:00 2001 From: Vincent Driessen Date: Sat, 19 Jan 2019 10:13:50 +0100 Subject: [PATCH] Bump to 1.11.1 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 9068835e..68f06f15 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "decoders", - "version": "1.11.0", + "version": "1.11.1", "description": "Elm-like decoders for when working with Flow types in JS", "githubUrl": "https://github.com/nvie/decoders", "main": "./dist/index.js",