From 4ea90b1864c5bcd05616a3a55829504bd765d19f Mon Sep 17 00:00:00 2001 From: Kamran Ahmed Date: Tue, 19 Feb 2019 23:47:59 +0400 Subject: [PATCH] Bump version 0.9.3 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index d0c2e3a..74f8143 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "driver.js", - "version": "0.9.2", + "version": "0.9.3", "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