From 544fc08aab96649c5b512db5227f38f79c0ae879 Mon Sep 17 00:00:00 2001 From: Ricardo Fuhrmann Date: Fri, 6 Mar 2015 19:37:57 -0400 Subject: [PATCH 1/2] Update Gruntfile.js minor typo --- Gruntfile.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Gruntfile.js b/Gruntfile.js index 036a99bc4..6b3e14e4a 100644 --- a/Gruntfile.js +++ b/Gruntfile.js @@ -64,7 +64,7 @@ module.exports = function (grunt) { } } }, - //Build the documentaion files + //Build the documentation files includes: { build: { src: ['*.html'], // Source files @@ -81,4 +81,4 @@ module.exports = function (grunt) { }); // the default task (running "grunt" in console) is "watch" grunt.registerTask('default', ['watch']); -}; \ No newline at end of file +}; From 4f40077a5bb38bc154f0512f1748ca7187831467 Mon Sep 17 00:00:00 2001 From: Abdullah Almsaeed Date: Mon, 9 Mar 2015 10:23:06 -0400 Subject: [PATCH 2/2] Update README.md --- README.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/README.md b/README.md index 97b5204ef..c829a2678 100644 --- a/README.md +++ b/README.md @@ -92,6 +92,9 @@ AdminLTE 1.x can be easily upgraded to 2.x using [this guide](http://almsaeedstu Change log ---------- +**v2.0.4:** +- Fixed bower.json to pick up newest release. +- **v2.0.3** - Bug fixes - Fixed extra page when printing issue #264