Skip to content

Commit 497ca6d

Browse files
committed
Update version number
1 parent 034c31e commit 497ca6d

40 files changed

+43
-43
lines changed

build/less/AdminLTE.less

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*!
2-
* AdminLTE v2.3.2
2+
* AdminLTE v2.3.3
33
* Author: Almsaeed Studio
44
* Website: Almsaeed Studio <http://almsaeedstudio.com>
55
* License: Open source - MIT

dist/css/AdminLTE.css

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
@import url(https://fonts.googleapis.com/css?family=Source+Sans+Pro:300,400,600,700,300italic,400italic,600italic);
22
/*!
3-
* AdminLTE v2.3.2
3+
* AdminLTE v2.3.3
44
* Author: Almsaeed Studio
55
* Website: Almsaeed Studio <http://almsaeedstudio.com>
66
* License: Open source - MIT

dist/css/AdminLTE.min.css

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

dist/js/app.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
* @Author Almsaeed Studio
88
* @Support <http://www.almsaeedstudio.com>
99
* @Email <[email protected]>
10-
* @version 2.3.2
10+
* @version 2.3.3
1111
* @license MIT <http://opensource.org/licenses/MIT>
1212
*/
1313

dist/js/app.min.js

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

documentation/build/index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -158,7 +158,7 @@ <h1>
158158

159159
<footer class="main-footer">
160160
<div class="pull-right hidden-xs">
161-
<b>Version</b> 2.3.2
161+
<b>Version</b> 2.3.3
162162
</div>
163163
<strong>Copyright &copy; 2014-2015 <a href="http://almsaeedstudio.com">Almsaeed Studio</a>.</strong> All rights reserved.
164164
</footer>

documentation/index.html

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@
3636
<span class="logo-lg"><b>Admin</b>LTE</span>
3737
</a>
3838
<!-- Header Navbar: style can be found in header.less -->
39-
<nav class="navbar navbar-static-top">
39+
<nav class="navbar navbar-static-top" role="navigation">
4040
<!-- Sidebar toggle button-->
4141
<a href="#" class="sidebar-toggle" data-toggle="offcanvas" role="button">
4242
<span class="sr-only">Toggle navigation</span>
@@ -459,7 +459,7 @@ <h3 id="component-main-header">Main Header</h3>
459459
<!-- Logo -->
460460
<a href="index2.html" class="logo" style="position: relative;"><b>Admin</b>LTE</a>
461461
<!-- Header Navbar: style can be found in header.less -->
462-
<nav class="navbar" style="border: 0;max-height: 50px;">
462+
<nav class="navbar" role="navigation" style="border: 0;max-height: 50px;">
463463
<!-- Sidebar toggle button-->
464464
<a href="#" class="sidebar-toggle" role="button">
465465
<span class="sr-only">Toggle navigation</span>
@@ -2130,7 +2130,7 @@ <h3>AdminLTE</h3>
21302130

21312131
<footer class="main-footer">
21322132
<div class="pull-right hidden-xs">
2133-
<b>Version</b> 2.3.2
2133+
<b>Version</b> 2.3.3
21342134
</div>
21352135
<strong>Copyright &copy; 2014-2015 <a href="http://almsaeedstudio.com">Almsaeed Studio</a>.</strong> All rights reserved.
21362136
</footer>

index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -981,7 +981,7 @@ <h3 class="box-title">Calendar</h3>
981981
<!-- /.content-wrapper -->
982982
<footer class="main-footer">
983983
<div class="pull-right hidden-xs">
984-
<b>Version</b> 2.3.2
984+
<b>Version</b> 2.3.3
985985
</div>
986986
<strong>Copyright &copy; 2014-2015 <a href="http://almsaeedstudio.com">Almsaeed Studio</a>.</strong> All rights
987987
reserved.

index2.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1296,7 +1296,7 @@ <h3 class="box-title">Recently Added Products</h3>
12961296

12971297
<footer class="main-footer">
12981298
<div class="pull-right hidden-xs">
1299-
<b>Version</b> 2.3.2
1299+
<b>Version</b> 2.3.3
13001300
</div>
13011301
<strong>Copyright &copy; 2014-2015 <a href="http://almsaeedstudio.com">Almsaeed Studio</a>.</strong> All rights
13021302
reserved.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "admin-lte",
3-
"version": "2.3.2",
3+
"version": "2.3.3",
44
"main": "dist/js/app.min.js",
55
"repository": {
66
"type": "git",

0 commit comments

Comments
 (0)