diff --git a/CHANGELOG.md b/CHANGELOG.md index eba27b8..8cc4cad 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,6 @@ +### HEAD +* Update to Bootstrap 3.3.4 + ### 8.1.0: March 13th, 2015 * Move HTML5 Boilerplate's Google Analytics snippet to Soil ([#1382](https://github.com/roots/sage/issues/1382)) * Run `gulp build` if `bower.json` is changed ([#1378](https://github.com/roots/sage/issues/1378)) diff --git a/bower.json b/bower.json index 0255905..fa9b1c0 100644 --- a/bower.json +++ b/bower.json @@ -9,7 +9,7 @@ "dependencies": { "modernizr": "2.8.2", "jquery": "1.11.2", - "bootstrap": "3.3.2" + "bootstrap": "3.3.4" }, "overrides": { "modernizr": {