From 1453e5859582299cf9ed63d2ac2b25e05d4911fd Mon Sep 17 00:00:00 2001 From: Jeremy Thomas Date: Wed, 10 Jan 2018 17:53:22 +0000 Subject: [PATCH] Use 0.6.2 --- docs/_config.yml | 4 ++-- docs/_includes/footer.html | 2 +- docs/documentation/layout/footer.html | 2 +- docs/package.json | 2 +- 4 files changed, 5 insertions(+), 5 deletions(-) diff --git a/docs/_config.yml b/docs/_config.yml index 11cc38bf..dddc81b2 100644 --- a/docs/_config.yml +++ b/docs/_config.yml @@ -14,7 +14,7 @@ exclude: ['icons', 'node_modules', 'templates', '.babelrc', 'bulma-docs.sa # Variables documentation: "/documentation/overview/start/" -download: https://github.com/jgthms/bulma/releases/download/0.6.1/bulma-0.6.1.zip +download: https://github.com/jgthms/bulma/releases/download/0.6.2/bulma-0.6.2.zip github: https://github.com/jgthms/bulma twitter: https://twitter.com/jgthms -version: 0.6.1 +version: 0.6.2 diff --git a/docs/_includes/footer.html b/docs/_includes/footer.html index 7464e038..82543937 100644 --- a/docs/_includes/footer.html +++ b/docs/_includes/footer.html @@ -48,7 +48,7 @@
- Bulma by Jeremy Thomas. + Bulma by Jeremy Thomas. diff --git a/docs/documentation/layout/footer.html b/docs/documentation/layout/footer.html index 0a26033d..7eb2a105 100644 --- a/docs/documentation/layout/footer.html +++ b/docs/documentation/layout/footer.html @@ -12,7 +12,7 @@ doc-subtab: footer

- Bulma by Jeremy Thomas. The source code is licensed + Bulma by Jeremy Thomas. The source code is licensed MIT. The website content is licensed CC BY NC SA 4.0.

diff --git a/docs/package.json b/docs/package.json index f1186d29..7c70e80a 100644 --- a/docs/package.json +++ b/docs/package.json @@ -2,7 +2,7 @@ "name": "bulma-docs", "version": "1.0.0", "main": "index.html", - "author": "Jeremy Thomas (http://jgthms.com)", + "author": "Jeremy Thomas (https://jgthms.com)", "license": "MIT", "devDependencies": { "babel-cli": "^6.24.1",