From 457e6a4faf1e9a8ab84ea5fa1c99f0f97d69c53c Mon Sep 17 00:00:00 2001 From: Wikiki Date: Thu, 29 Mar 2018 15:01:57 +0200 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 8808b08..ece7b2c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,8 @@ + +## [1.0.4](https://github.com/Wikiki/bulma-tooltip/compare/1.0.3...1.0.4) (2018-03-29) + + + ## [1.0.3](https://github.com/Wikiki/bulma-tooltip/compare/1.0.2...1.0.3) (2018-02-13) diff --git a/bower.json b/bower.json index 5413b51..ee73d39 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": "1.0.3", + "version": "1.0.4", "main": "tooltip.sass", "version": "0.1.3", "authors": [ diff --git a/package.json b/package.json index 27fba8f..1b9a0bf 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "bulma-tooltip", - "version": "1.0.3", + "version": "1.0.4", "description": "Display a tooltip attached to any kind of element, in different position.", "main": "dist/bulma-tooltip.sass", "scripts": {