From: Jeremy Thomas Date: Wed, 10 Jan 2018 17:53:22 +0000 (+0000) Subject: Use 0.6.2 X-Git-Tag: 0.7.0~90 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=1453e5859582299cf9ed63d2ac2b25e05d4911fd;p=thirdparty%2Fbulma.git Use 0.6.2 --- diff --git a/docs/_config.yml b/docs/_config.yml index 11cc38bf2..dddc81b2a 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 7464e0384..82543937b 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 0a26033d3..7eb2a1053 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 f1186d290..7c70e80a9 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",