From 7b7697841ecf5e4801135899b6f6a0eea0f8e7b1 Mon Sep 17 00:00:00 2001 From: Francisco Hodge Date: Sat, 6 Oct 2018 19:07:14 -0400 Subject: [PATCH] Build update --- build/css/index.css | 2 +- build/index.js | 2 +- package.json | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/build/css/index.css b/build/css/index.css index 61db3f7f..a0fc23ef 100644 --- a/build/css/index.css +++ b/build/css/index.css @@ -1,6 +1,6 @@ /*! * - * simple-keyboard v2.5.2 + * simple-keyboard v2.5.3 * https://github.com/hodgef/simple-keyboard * * Copyright (c) Francisco Hodge (https://github.com/hodgef) diff --git a/build/index.js b/build/index.js index c6cd6177..f3daeda9 100644 --- a/build/index.js +++ b/build/index.js @@ -1,6 +1,6 @@ /*! * - * simple-keyboard v2.5.2 + * simple-keyboard v2.5.3 * https://github.com/hodgef/simple-keyboard * * Copyright (c) Francisco Hodge (https://github.com/hodgef) diff --git a/package.json b/package.json index e9c6f352..711acd85 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "simple-keyboard", - "version": "2.5.3", + "version": "2.5.4", "description": "On-screen Javascript Virtual Keyboard", "main": "build/index.js", "scripts": {