Skip to content

Commit

Permalink
bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
almasaeed2010 committed Jul 14, 2018
1 parent c618c28 commit 89d24bd
Show file tree
Hide file tree
Showing 8 changed files with 12 additions and 12 deletions.
2 changes: 1 addition & 1 deletion build/less/AdminLTE.less
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/*!
* AdminLTE v2.4.4
* AdminLTE v2.4.5
* Author: Almsaeed Studio
* Website: Almsaeed Studio <https://adminlte.io>
* License: Open source - MIT
Expand Down
6 changes: 3 additions & 3 deletions dist/css/AdminLTE.css
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/*!
* AdminLTE v2.4.4
* AdminLTE v2.4.5
* Author: Almsaeed Studio
* Website: Almsaeed Studio <https://adminlte.io>
* License: Open source - MIT
Expand Down Expand Up @@ -46,7 +46,7 @@ body {
position: relative;
}
.layout-boxed {
background: url('../img/boxed-bg.jpg') repeat fixed;
background-color: #f9fafc;
}
/*
* Content Wrapper - contains the main content
Expand Down Expand Up @@ -692,7 +692,7 @@ a:focus {
padding-top: 50px;
z-index: 1010;
}
@media (max-width: 768px) {
@media (max-width: 767px) {
.control-sidebar {
padding-top: 100px;
}
Expand Down
4 changes: 2 additions & 2 deletions dist/css/AdminLTE.min.css

Large diffs are not rendered by default.

4 changes: 2 additions & 2 deletions dist/css/alt/AdminLTE-without-plugins.css
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ body {
position: relative;
}
.layout-boxed {
background: url('../img/boxed-bg.jpg') repeat fixed;
background-color: #f9fafc;
}
/*
* Content Wrapper - contains the main content
Expand Down Expand Up @@ -692,7 +692,7 @@ a:focus {
padding-top: 50px;
z-index: 1010;
}
@media (max-width: 768px) {
@media (max-width: 767px) {
.control-sidebar {
padding-top: 100px;
}
Expand Down
2 changes: 1 addition & 1 deletion dist/css/alt/AdminLTE-without-plugins.min.css

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion dist/js/adminlte.js
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
* @Author Almsaeed Studio
* @Support <https://www.almsaeedstudio.com>
* @Email <[email protected]>
* @version 2.4.4
* @version 2.4.5
* @repository git://github.com/almasaeed2010/AdminLTE.git
* @license MIT <http://opensource.org/licenses/MIT>
*/
Expand Down
2 changes: 1 addition & 1 deletion dist/js/adminlte.min.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "admin-lte",
"version": "2.4.4",
"version": "2.4.5",
"main": "dist/js/adminlte.min.js",
"repository": {
"type": "git",
Expand Down

0 comments on commit 89d24bd

Please sign in to comment.