From 9e350b4cba6a7831b2fe94c9cc1dad278165cf34 Mon Sep 17 00:00:00 2001 From: aichbauer Date: Tue, 30 May 2017 11:05:11 +0200 Subject: [PATCH] 0.1.0 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 4ebc717..23e3385 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "redux-valid-form", - "version": "0.0.0", + "version": "0.1.0", "description": "Declarative forms for your React Redux applications with inbuild validation", "main": "lib/index.js", "scripts": {