From: Jeremy Thomas Date: Sun, 16 Oct 2016 18:17:44 +0000 (+0100) Subject: Push 0.2.3 X-Git-Tag: 0.3.0~7 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=7aee3932162fe5f9a417dfc4c6bf7fe2b403b550;p=thirdparty%2Fbulma.git Push 0.2.3 --- diff --git a/bower.json b/bower.json index d9621cd8c..2bce8b24b 100644 --- a/bower.json +++ b/bower.json @@ -1,6 +1,6 @@ { "name": "bulma", - "version": "0.2.1", + "version": "0.2.3", "homepage": "http://bulma.io", "authors": [ "jgthms " diff --git a/bulma.sass b/bulma.sass index ee167c6e0..aeaef5129 100644 --- a/bulma.sass +++ b/bulma.sass @@ -1,3 +1,4 @@ +/*! bulma.io v0.2.3 | MIT License | github.com/jgthms/bulma */ @charset "utf-8" @import "sass/utilities/_all" diff --git a/docs/_config.yml b/docs/_config.yml index bf38e5da0..d2700c769 100644 --- a/docs/_config.yml +++ b/docs/_config.yml @@ -12,6 +12,6 @@ url: http://bulma.io # Variables documentation: "/documentation/overview/start/" -download: https://github.com/jgthms/bulma/archive/0.2.1.zip +download: https://github.com/jgthms/bulma/archive/0.2.3.zip github: https://github.com/jgthms/bulma -version: 0.2.1 +version: 0.2.3 diff --git a/package.json b/package.json index da4845411..48a6059d4 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "bulma", - "version": "0.2.1", + "version": "0.2.3", "homepage": "http://bulma.io", "author": "Jeremy Thomas (http://jgthms.com)", "description": "Modern CSS framework based on Flexbox",