From 7aee3932162fe5f9a417dfc4c6bf7fe2b403b550 Mon Sep 17 00:00:00 2001 From: Jeremy Thomas Date: Sun, 16 Oct 2016 19:17:44 +0100 Subject: [PATCH] Push 0.2.3 --- bower.json | 2 +- bulma.sass | 1 + docs/_config.yml | 4 ++-- package.json | 2 +- 4 files changed, 5 insertions(+), 4 deletions(-) diff --git a/bower.json b/bower.json index d9621cd8..2bce8b24 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 ee167c6e..aeaef512 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 bf38e5da..d2700c76 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 da484541..48a6059d 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",