From 4a69a8b81e4c7835dac1820ddf1a406e0cff49c7 Mon Sep 17 00:00:00 2001 From: Joel Jeske Date: Mon, 5 Feb 2018 16:18:28 -0600 Subject: [PATCH] 0.2.1 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 5e49fa4..cf5060f 100644 --- a/package.json +++ b/package.json @@ -57,5 +57,5 @@ "lint": "eslint --fix --config .eslintrc.json lib/\\*.js test/\\*.js index.js", "test": "npm run lint && npm run karma" }, - "version": "0.2.0" + "version": "0.2.1" }