Skip to content

Commit

Permalink
Updated files
Browse files Browse the repository at this point in the history
  • Loading branch information
almasaeed2010 committed Mar 17, 2015
2 parents 09b425e + c6e7e8d commit edd6de2
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Gruntfile.js
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ module.exports = function (grunt) {
}
}
},
//Build the documentaion files
//Build the documentation files
includes: {
build: {
src: ['*.html'], // Source files
Expand All @@ -81,4 +81,4 @@ module.exports = function (grunt) {
});
// the default task (running "grunt" in console) is "watch"
grunt.registerTask('default', ['watch']);
};
};
3 changes: 3 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit edd6de2

Please sign in to comment.