Browse Source

Deploy 0.6.0

Jeremy Thomas 7 years ago
parent
commit
c39183cf47
5 changed files with 5 additions and 5 deletions
  1. 1 1
      bower.json
  2. 1 1
      bulma.sass
  3. 1 1
      css/bulma.css
  4. 1 1
      docs/css/bulma-docs.css
  5. 1 1
      package.json

+ 1 - 1
bower.json

@@ -1,6 +1,6 @@
 {
   "name": "bulma",
-  "version": "0.5.3",
+  "version": "0.6.0",
   "homepage": "http://bulma.io",
   "authors": [
     "jgthms <bbxdesign@gmail.com>"

+ 1 - 1
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"

+ 1 - 1
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);

+ 1 - 1
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);

+ 1 - 1
package.json

@@ -1,6 +1,6 @@
 {
   "name": "bulma",
-  "version": "0.5.3",
+  "version": "0.6.0",
   "homepage": "http://bulma.io",
   "author": "Jeremy Thomas <bbxdesign@gmail.com> (http://jgthms.com)",
   "description": "Modern CSS framework based on Flexbox",