From: Jeremy Thomas Date: Sun, 10 Apr 2016 16:25:27 +0000 (+0100) Subject: Push 0.0.18 X-Git-Tag: 0.0.18 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=155f8442e09e48fcce04b365c3ae4445a82867dd;p=thirdparty%2Fbulma.git Push 0.0.18 --- diff --git a/README.md b/README.md index 2cfb16020..6136c9a53 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 b4a3f4477..a975305e2 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 0c63232b9..ba7369ae3 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",