From 155f8442e09e48fcce04b365c3ae4445a82867dd Mon Sep 17 00:00:00 2001 From: Jeremy Thomas Date: Sun, 10 Apr 2016 17:25:27 +0100 Subject: [PATCH] Push 0.0.18 --- README.md | 13 +++++++------ bower.json | 2 +- package.json | 2 +- 3 files changed, 9 insertions(+), 8 deletions(-) diff --git a/README.md b/README.md index 2cfb1602..6136c9a5 100644 --- a/README.md +++ b/README.md @@ -19,7 +19,7 @@ npm install bulma ### CDN -[https://cdnjs.cloudflare.com/ajax/libs/bulma/0.0.16/css/bulma.min.css](https://cdnjs.cloudflare.com/ajax/libs/bulma/0.0.16/css/bulma.min.css) +[https://cdnjs.cloudflare.com/ajax/libs/bulma/0.0.18/css/bulma.min.css](https://cdnjs.cloudflare.com/ajax/libs/bulma/0.0.18/css/bulma.min.css) Feel free to raise an issue or submit a pull request. @@ -42,11 +42,12 @@ If you encounter a typo or a lack of documentation, submit an issue [there](http Bulma uses [autoprefixer](https://github.com/postcss/autoprefixer) to make (most) Flexbox features compatible with earlier browser versions. According to [Can I use](http://caniuse.com/#feat=flexbox), Bulma is compatible with: -* Chrome 45+ -* Edge 13+ -* Firefox 43+ -* Internet Explorer 10+ -* Safari 9+ +* Chrome +* Edge +* Firefox +* Internet Explorer (10+) +* Opera +* Safari ## Copyright and license diff --git a/bower.json b/bower.json index b4a3f447..a975305e 100644 --- a/bower.json +++ b/bower.json @@ -1,6 +1,6 @@ { "name": "bulma", - "version": "0.0.17", + "version": "0.0.18", "homepage": "http://bulma.io", "authors": [ "jgthms " diff --git a/package.json b/package.json index 0c63232b..ba7369ae 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "bulma", - "version": "0.0.17", + "version": "0.0.18", "homepage": "http://bulma.io", "author": "jgthms ", "description": "Modern CSS framework based on Flexbox",