From c5ac84bded955f07fc92ab763bf509fa72f4449f Mon Sep 17 00:00:00 2001 From: Kamran Ahmed Date: Sun, 11 Mar 2018 20:50:58 +0100 Subject: [PATCH] Update version --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index bf1519f..908bf83 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "driver.js", - "version": "0.1.0", + "version": "0.1.1", "description": "A light-weight, no-dependency, vanilla JavaScript library to drive the user's focus across the page", "main": "./assets/scripts/dist/driver.min.js", "scripts": { -- GitLab