From 3cc0edc0846c7b09068b946f8ec740a7ac95e4d4 Mon Sep 17 00:00:00 2001 From: Kamran Ahmed Date: Tue, 10 Apr 2018 20:17:14 +0200 Subject: [PATCH] Update version --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 0c68d94..1ff93d2 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "driver.js", - "version": "0.3.9", + "version": "0.4.0", "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