Skip to content

Commit

Permalink
bump up version number
Browse files Browse the repository at this point in the history
  • Loading branch information
sesemaya committed Jan 19, 2017
1 parent 898fb3f commit 8c51972
Show file tree
Hide file tree
Showing 8 changed files with 10 additions and 10 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ Because these components will require additional markup (some may require additi

## Supported Bootstrap 4 Components

Currently based on __Bootstrap v4.0.0-alpha.5__.
Currently based on __Bootstrap v4.0.0-alpha.6__.

| Bootstrap 4 Components | Equivalent Material Design Components |
| --- | --- |
Expand Down
6 changes: 3 additions & 3 deletions assets/js/src.js
Original file line number Diff line number Diff line change
Expand Up @@ -121,7 +121,7 @@ var FloatingLabel = function ($) {

/*!
* navigation drawer
* based on bootstrap's (v4.0.0-alpha.5) modal.js
* based on bootstrap's (v4.0.0-alpha.6) modal.js
*/
var NavDrawer = function ($) {
// constants >>>
Expand Down Expand Up @@ -476,7 +476,7 @@ var NavDrawer = function ($) {

/*!
* tab indicator animation
* requires bootstrap's (v4.0.0-alpha.5) tab.js
* requires bootstrap's (v4.0.0-alpha.6) tab.js
*/
var TabSwitch = function ($) {
// constants >>>
Expand Down Expand Up @@ -617,7 +617,7 @@ var TabSwitch = function ($) {

/*!
* global util js
* based on bootstrap's (v4.0.0-alpha.5) util.js
* based on bootstrap's (v4.0.0-alpha.6) util.js
*/
var Util = function ($) {
var transition = false;
Expand Down
2 changes: 1 addition & 1 deletion assets/js/src/navdrawer.js
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
/*!
* navigation drawer
* based on bootstrap's (v4.0.0-alpha.5) modal.js
* based on bootstrap's (v4.0.0-alpha.6) modal.js
*/
const NavDrawer = (($) => {
// constants >>>
Expand Down
2 changes: 1 addition & 1 deletion assets/js/src/tab-switch.js
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
/*!
* tab indicator animation
* requires bootstrap's (v4.0.0-alpha.5) tab.js
* requires bootstrap's (v4.0.0-alpha.6) tab.js
*/
const TabSwitch = (($) => {
// constants >>>
Expand Down
2 changes: 1 addition & 1 deletion assets/js/src/util.js
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
/*!
* global util js
* based on bootstrap's (v4.0.0-alpha.5) util.js
* based on bootstrap's (v4.0.0-alpha.6) util.js
*/
const Util = (($) => {
let transition = false;
Expand Down
2 changes: 1 addition & 1 deletion assets/sass/material.scss
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@

//
// bootstrap components
// components covered in bootstrap's (v4.0.0-alpha.5) css but not in material design guidelines
// components covered in bootstrap's (v4.0.0-alpha.6) css but not in material design guidelines
//
@import "bootstrap/alert";
@import "bootstrap/breadcrumb";
Expand Down
2 changes: 1 addition & 1 deletion bower.json
Original file line number Diff line number Diff line change
Expand Up @@ -32,5 +32,5 @@
"type": "git",
"url": "https://github.com/Daemonite/material.git"
},
"version": "4.0.0-alpha.1"
"version": "4.0.0-alpha.6"
}
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -57,5 +57,5 @@
},
"sass": "assets/sass/material.scss",
"style": "css/material.css",
"version": "4.0.0-alpha.2"
"version": "4.0.0-alpha.6"
}

0 comments on commit 8c51972

Please sign in to comment.