From 7aece2e6ab7b77e8f99a8a49dc1b374aec2c28c2 Mon Sep 17 00:00:00 2001 From: Thomas Erbe Date: Fri, 27 Jul 2018 22:47:27 +0100 Subject: [PATCH] Version bump --- changelog.md | 3 +++ package.json | 2 +- src/core.js | 2 +- 3 files changed, 5 insertions(+), 2 deletions(-) diff --git a/changelog.md b/changelog.md index babde17..5d8d872 100644 --- a/changelog.md +++ b/changelog.md @@ -1,3 +1,6 @@ +#0.7.0 ++ + # 0.6.0 The reason for this being a large version jump is due to the complete overhaul of the documentation. While this doesn't change the functionality of the code, I feel like this is a large enough change to the project to warrant more than a 'patch' version bump. diff --git a/package.json b/package.json index c9bc1f3..61422d3 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@vizuaalog/bulmajs", - "version": "0.6.0", + "version": "0.7.0", "description": "Unofficial javascript extension to the awesome Bulma CSS framework.", "main": "src/bulma.js", "author": "Thomas Erbe ", diff --git a/src/core.js b/src/core.js index c20c7a8..dd3b03f 100644 --- a/src/core.js +++ b/src/core.js @@ -3,7 +3,7 @@ const Bulma = { * Current BulmaJS version. * @type {String} */ - VERSION: '0.6.0', + VERSION: '0.7.0', /** * An index of the registered plugins