From 1fcc2a225d13e34d78266473a1ecbbdf06977f93 Mon Sep 17 00:00:00 2001 From: Andrew Kovalenko Date: Mon, 26 Nov 2018 14:45:21 -0800 Subject: [PATCH] Update package.json --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 89bd96f..8bbc391 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "vertibar", - "version": "0.0.29", + "version": "0.0.31", "description": "Minimalistic JS utils library with a human face", "scripts": { "lint": "eslint ./src && eslint ./tests",