From ff1bc5bb85912724c18efcc5591d3aa3c61aa719 Mon Sep 17 00:00:00 2001 From: Ben Junya Date: Sun, 28 Oct 2018 13:34:41 -0700 Subject: [PATCH] 0.2.0 --- package-lock.json | 2 +- package.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/package-lock.json b/package-lock.json index 5f775cd..2022f27 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "react-reforma", - "version": "0.1.0", + "version": "0.2.0", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/package.json b/package.json index 3540228..1d493cf 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "react-reforma", - "version": "0.1.0", + "version": "0.2.0", "description": "Reforma - A Local-State driven approach to form in React", "main": "./lib/index.js", "author": "Ben Junya",