From 099aa91adaeca58b63392d72733c45dc7a53c642 Mon Sep 17 00:00:00 2001 From: Kamran Ahmed Date: Fri, 8 Feb 2019 01:20:35 +0400 Subject: [PATCH] 0.9.2 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 3119a4b..d0c2e3a 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "driver.js", - "version": "0.9.1", + "version": "0.9.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