From 441ecca0764eccf341f1fdeffa1d6c9cc78b31db Mon Sep 17 00:00:00 2001 From: Justin Schroeder Date: Thu, 27 Feb 2020 14:49:45 -0500 Subject: [PATCH] Updates version to 2.0.0-alpha.4 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 4f98ff8..0a18d4c 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@braid/vue-formulate", - "version": "2.0.0-alpha.3", + "version": "2.0.0-alpha.4", "description": "The easiest way to build forms in Vue.", "main": "dist/formulate.umd.js", "module": "dist/formulate.esm.js",