Skip to content

Commit

Permalink
update version numbers in less/css + JS for cdnjs
Browse files Browse the repository at this point in the history
  • Loading branch information
clineamb committed May 17, 2016
1 parent f683a10 commit 70a649e
Show file tree
Hide file tree
Showing 6 changed files with 16 additions and 3 deletions.
4 changes: 4 additions & 0 deletions dist/css/bootstrap-drawer.css
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
/* ========================================================================
* bootstrap-drawer: 1.0.5
* ========================================================================
*/
html {
min-height: 100%;
height: 100%;
Expand Down
2 changes: 1 addition & 1 deletion dist/js/drawer.js
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/* ========================================================================
* Bootstrap: drawer.js v1.0.3
* Bootstrap: drawer.js v1.0.6
# Heavily based on collapse, but had to change the name to "fold" to
# avoid transition conflicts.
* ========================================================================
Expand Down
4 changes: 4 additions & 0 deletions example/bootstrap-drawer.css
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
/* ========================================================================
* bootstrap-drawer: 1.0.5
* ========================================================================
*/
html {
min-height: 100%;
height: 100%;
Expand Down
2 changes: 1 addition & 1 deletion example/drawer.js
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/* ========================================================================
* Bootstrap: drawer.js v1.0.3
* Bootstrap: drawer.js v1.0.6
# Heavily based on collapse, but had to change the name to "fold" to
# avoid transition conflicts.
* ========================================================================
Expand Down
2 changes: 1 addition & 1 deletion js/drawer.js
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/* ========================================================================
* Bootstrap: drawer.js v1.0.3
* Bootstrap: drawer.js v1.0.6
# Heavily based on collapse, but had to change the name to "fold" to
# avoid transition conflicts.
* ========================================================================
Expand Down
5 changes: 5 additions & 0 deletions less/drawer.less
Original file line number Diff line number Diff line change
@@ -1,6 +1,11 @@
@import "./mixins/drawer-framework";
@import "./drawer-variables";

/* ========================================================================
* bootstrap-drawer: 1.0.5
* ========================================================================
*/


//
// Off-Canvas
Expand Down

0 comments on commit 70a649e

Please sign in to comment.