From c39183cf474b99fb1c6b2dba8e0219a58d68c5be Mon Sep 17 00:00:00 2001 From: Jeremy Thomas Date: Tue, 10 Oct 2017 11:40:50 +0100 Subject: [PATCH] Deploy 0.6.0 --- bower.json | 2 +- bulma.sass | 2 +- css/bulma.css | 2 +- docs/css/bulma-docs.css | 2 +- package.json | 2 +- 5 files changed, 5 insertions(+), 5 deletions(-) diff --git a/bower.json b/bower.json index 45a58b29..241a40b9 100644 --- a/bower.json +++ b/bower.json @@ -1,6 +1,6 @@ { "name": "bulma", - "version": "0.5.3", + "version": "0.6.0", "homepage": "http://bulma.io", "authors": [ "jgthms " diff --git a/bulma.sass b/bulma.sass index 39cbc93f..815494ad 100644 --- a/bulma.sass +++ b/bulma.sass @@ -1,5 +1,5 @@ @charset "utf-8" -/*! bulma.io v0.5.3 | MIT License | github.com/jgthms/bulma */ +/*! bulma.io v0.6.0 | MIT License | github.com/jgthms/bulma */ @import "sass/utilities/_all" @import "sass/base/_all" @import "sass/elements/_all" diff --git a/css/bulma.css b/css/bulma.css index 3d7b3455..72df3892 100644 --- a/css/bulma.css +++ b/css/bulma.css @@ -1,4 +1,4 @@ -/*! bulma.io v0.5.3 | MIT License | github.com/jgthms/bulma */ +/*! bulma.io v0.6.0 | MIT License | github.com/jgthms/bulma */ @-webkit-keyframes spinAround { from { -webkit-transform: rotate(0deg); diff --git a/docs/css/bulma-docs.css b/docs/css/bulma-docs.css index 70ab94a5..c5569b30 100644 --- a/docs/css/bulma-docs.css +++ b/docs/css/bulma-docs.css @@ -1,5 +1,5 @@ @charset "UTF-8"; -/*! bulma.io v0.5.3 | MIT License | github.com/jgthms/bulma */ +/*! bulma.io v0.6.0 | MIT License | github.com/jgthms/bulma */ @-webkit-keyframes spinAround { from { -webkit-transform: rotate(0deg); diff --git a/package.json b/package.json index e6837970..4b596123 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "bulma", - "version": "0.5.3", + "version": "0.6.0", "homepage": "http://bulma.io", "author": "Jeremy Thomas (http://jgthms.com)", "description": "Modern CSS framework based on Flexbox",