From f5b2b50fe8d2001c370d39278f6d024972f7fb05 Mon Sep 17 00:00:00 2001 From: Kamran Ahmed Date: Mon, 9 Jul 2018 12:13:46 +0400 Subject: [PATCH] Update version --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 0f2238f..31a3ca6 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "driver.js", - "version": "0.6.1", + "version": "0.6.2", "description": "A light-weight, no-dependency, vanilla JavaScript library to drive the user's focus across the page", "main": "dist/driver.min.js", "types": "types/index.d.ts", -- GitLab