From 2f4baa625d8c4d84e0681f87663b0a15fc72ddff Mon Sep 17 00:00:00 2001 From: Wikiki Date: Sat, 10 Feb 2018 13:05:13 +0100 Subject: [PATCH] [Prerelease] Bumped version number --- CHANGELOG.md | 5 +++++ bower.json | 2 +- package.json | 2 +- 3 files changed, 7 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index dc89a4a..75331b3 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,8 @@ + +## [0.1.7](https://github.com/Wikiki/bulma-tooltip/compare/0.1.6...0.1.7) (2018-02-10) + + + ## [0.1.6](https://github.com/Wikiki/bulma-tooltip/compare/0.1.5...0.1.6) (2018-02-10) diff --git a/bower.json b/bower.json index f7c9875..e89b929 100644 --- a/bower.json +++ b/bower.json @@ -1,7 +1,7 @@ { "name": "bulma-tooltip", "description": "Display a tooltip attached to any kind of element, in different position.", - "version": "0.1.4", + "version": "0.1.5", "main": "tooltip.sass", "version": "0.1.3", "authors": [ diff --git a/package.json b/package.json index 150f228..64b85df 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "bulma-tooltip", - "version": "0.1.6", + "version": "0.1.7", "description": "Display a tooltip attached to any kind of element, in different position.", "main": "dist/bulma-tooltip.sass", "scripts": {