From d145dd3c591230045e1cc74cd0f1278ba57a77c1 Mon Sep 17 00:00:00 2001 From: Vincent Driessen Date: Wed, 2 Jan 2019 12:50:53 +0100 Subject: [PATCH] v1.11.0-alpha2 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 1b493f75..7848c4f0 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "decoders", - "version": "1.11.0-alpha1", + "version": "1.11.0-alpha2", "description": "Elm-like decoders for when working with Flow types in JS", "main": "lib/index.js", "types": "lib/index.d.ts",