From 134979b3919362b0072c06e1f00bdd8976d0b8a8 Mon Sep 17 00:00:00 2001 From: Joel Jeske Date: Mon, 19 Mar 2018 17:57:02 -0500 Subject: [PATCH] 0.2.5 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 3ad25bb..e6f7422 100644 --- a/package.json +++ b/package.json @@ -76,5 +76,5 @@ "lint": "eslint --fix --config .eslintrc.json lib/\\*.js test/\\*.js index.js", "test": "npm run lint && npm run karma" }, - "version": "0.2.4" + "version": "0.2.5" }