From 570b26171cec36d3e579b1c2c0619a21892db04d Mon Sep 17 00:00:00 2001 From: Martin Haubek Date: Wed, 1 Feb 2017 08:03:42 +1000 Subject: [PATCH] Bump version --- HISTORY.md | 4 ++++ bower.json | 2 +- package.json | 2 +- 3 files changed, 6 insertions(+), 2 deletions(-) diff --git a/HISTORY.md b/HISTORY.md index babd31a..d7483b6 100644 --- a/HISTORY.md +++ b/HISTORY.md @@ -1,5 +1,9 @@ # Release History +## 1.0.2 + +* Killed emoji class + ## 1.0.1 * More variables for the SCSS build diff --git a/bower.json b/bower.json index 8c1d1f9..7c3af64 100644 --- a/bower.json +++ b/bower.json @@ -1,7 +1,7 @@ { "name": "bootstrap4c-custom-switch", "description": "Bootstrap 4 Component - Custom switch", - "version": "1.0.1", + "version": "1.0.2", "license": "MIT", "authors": [ { "name": "Martin Haubek", "email": "haubek@gmail.com", "homepage": "https://haubek.github.io" } diff --git a/package.json b/package.json index ea0bda0..c923a00 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "bootstrap4c-custom-switch", "description": "Bootstrap 4 Component - Custom switch", - "version": "1.0.1", + "version": "1.0.2", "license": "MIT", "author": { "name": "Martin Haubek",