From e423d4ac964acad8ba382a3dfe89770ce427113e Mon Sep 17 00:00:00 2001 From: Thomas Erbe Date: Mon, 4 Mar 2019 12:27:04 +0000 Subject: [PATCH] Prep for NPM --- docs/_config.yml | 4 ++-- src/core.js | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/docs/_config.yml b/docs/_config.yml index 4d399da..548024d 100644 --- a/docs/_config.yml +++ b/docs/_config.yml @@ -22,8 +22,8 @@ url: "https://vizuaalog.github.io/BulmaJS" # the base hostname & protocol for yo twitter_username: vizuaalog github_username: vizuaalog github_issues_url: https://github.com/VizuaaLOG/BulmaJS/issues -current_version: 0.8.1 -docs_version: 0.8 +current_version: 0.9.0 +docs_version: 0.9 # Build settings markdown: kramdown diff --git a/src/core.js b/src/core.js index 22e3547..919b279 100644 --- a/src/core.js +++ b/src/core.js @@ -3,7 +3,7 @@ const Bulma = { * Current BulmaJS version. * @type {String} */ - VERSION: '0.8.1', + VERSION: '0.9.0', /** * An index of the registered plugins