Skip to content

Commit

Permalink
Version bump
Browse files Browse the repository at this point in the history
  • Loading branch information
Thomas Erbe committed Jul 27, 2018
1 parent da3dd84 commit 7aece2e
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 2 deletions.
3 changes: 3 additions & 0 deletions changelog.md
Original file line number Diff line number Diff line change
@@ -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.

Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -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 <vizuaalog@gmail.com>",
Expand Down
2 changes: 1 addition & 1 deletion src/core.js
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 7aece2e

Please # to comment.