diff --git a/dist/ratchet.js b/dist/ratchet.js index 4a47a2e..3c37ab6 100644 --- a/dist/ratchet.js +++ b/dist/ratchet.js @@ -8,7 +8,7 @@ * ===================================================== */ /* ---------------------------------- - * MODAL v1.0.0 + * MODAL v2.0.0 * Licensed under The MIT License * http://opensource.org/licenses/MIT * ---------------------------------- */ @@ -36,7 +36,7 @@ }(); /* ---------------------------------- - * POPOVER v1.0.1 + * POPOVER v2.0.0 * Licensed under The MIT License * http://opensource.org/licenses/MIT * ---------------------------------- */ @@ -108,7 +108,7 @@ }(); /* ---------------------------------- - * PUSH v1.0.0 + * PUSH v2.0.0 * Licensed under The MIT License * inspired by chris's jquery.pjax.js * http://opensource.org/licenses/MIT @@ -528,7 +528,7 @@ }(); /* ---------------------------------- - * Segmented controls v1.0.1 + * Segmented controls v2.0.0 * Licensed under The MIT License * http://opensource.org/licenses/MIT * ---------------------------------- */ @@ -575,7 +575,7 @@ window.addEventListener('click', function (e) { if (getTarget(e.target)) e.preventDefault(); }); }(); /* ---------------------------------- - * SLIDER v1.0.1 + * SLIDER v2.0.0 * Licensed under The MIT License * Adapted from Brad Birdsall's swipe * http://opensource.org/licenses/MIT @@ -692,7 +692,7 @@ }(); /* ---------------------------------- - * TOGGLE v1.0.0 + * TOGGLE v2.0.0 * Licensed under The MIT License * http://opensource.org/licenses/MIT * ---------------------------------- */ diff --git a/docs/_includes/masthead.html b/docs/_includes/masthead.html index 123c71a..dab385e 100644 --- a/docs/_includes/masthead.html +++ b/docs/_includes/masthead.html @@ -11,6 +11,7 @@ Getting started Components Examples + Github project diff --git a/docs/dist/ratchet.js b/docs/dist/ratchet.js index 4a47a2e..3c37ab6 100644 --- a/docs/dist/ratchet.js +++ b/docs/dist/ratchet.js @@ -8,7 +8,7 @@ * ===================================================== */ /* ---------------------------------- - * MODAL v1.0.0 + * MODAL v2.0.0 * Licensed under The MIT License * http://opensource.org/licenses/MIT * ---------------------------------- */ @@ -36,7 +36,7 @@ }(); /* ---------------------------------- - * POPOVER v1.0.1 + * POPOVER v2.0.0 * Licensed under The MIT License * http://opensource.org/licenses/MIT * ---------------------------------- */ @@ -108,7 +108,7 @@ }(); /* ---------------------------------- - * PUSH v1.0.0 + * PUSH v2.0.0 * Licensed under The MIT License * inspired by chris's jquery.pjax.js * http://opensource.org/licenses/MIT @@ -528,7 +528,7 @@ }(); /* ---------------------------------- - * Segmented controls v1.0.1 + * Segmented controls v2.0.0 * Licensed under The MIT License * http://opensource.org/licenses/MIT * ---------------------------------- */ @@ -575,7 +575,7 @@ window.addEventListener('click', function (e) { if (getTarget(e.target)) e.preventDefault(); }); }(); /* ---------------------------------- - * SLIDER v1.0.1 + * SLIDER v2.0.0 * Licensed under The MIT License * Adapted from Brad Birdsall's swipe * http://opensource.org/licenses/MIT @@ -692,7 +692,7 @@ }(); /* ---------------------------------- - * TOGGLE v1.0.0 + * TOGGLE v2.0.0 * Licensed under The MIT License * http://opensource.org/licenses/MIT * ---------------------------------- */ diff --git a/js/modals.js b/js/modals.js index 2b1b725..f4fbb68 100644 --- a/js/modals.js +++ b/js/modals.js @@ -1,5 +1,5 @@ /* ---------------------------------- - * MODAL v1.0.0 + * MODAL v2.0.0 * Licensed under The MIT License * http://opensource.org/licenses/MIT * ---------------------------------- */ diff --git a/js/popovers.js b/js/popovers.js index b62a483..ff9b306 100644 --- a/js/popovers.js +++ b/js/popovers.js @@ -1,5 +1,5 @@ /* ---------------------------------- - * POPOVER v1.0.1 + * POPOVER v2.0.0 * Licensed under The MIT License * http://opensource.org/licenses/MIT * ---------------------------------- */ diff --git a/js/push.js b/js/push.js index f052f93..413301d 100644 --- a/js/push.js +++ b/js/push.js @@ -1,5 +1,5 @@ /* ---------------------------------- - * PUSH v1.0.0 + * PUSH v2.0.0 * Licensed under The MIT License * inspired by chris's jquery.pjax.js * http://opensource.org/licenses/MIT diff --git a/js/segmented-controllers.js b/js/segmented-controllers.js index f4a3468..359b5d6 100644 --- a/js/segmented-controllers.js +++ b/js/segmented-controllers.js @@ -1,5 +1,5 @@ /* ---------------------------------- - * Segmented controls v1.0.1 + * Segmented controls v2.0.0 * Licensed under The MIT License * http://opensource.org/licenses/MIT * ---------------------------------- */ diff --git a/js/sliders.js b/js/sliders.js index b87931e..76708ad 100644 --- a/js/sliders.js +++ b/js/sliders.js @@ -1,5 +1,5 @@ /* ---------------------------------- - * SLIDER v1.0.1 + * SLIDER v2.0.0 * Licensed under The MIT License * Adapted from Brad Birdsall's swipe * http://opensource.org/licenses/MIT diff --git a/js/toggles.js b/js/toggles.js index 16f8db4..496d9a6 100644 --- a/js/toggles.js +++ b/js/toggles.js @@ -1,5 +1,5 @@ /* ---------------------------------- - * TOGGLE v1.0.0 + * TOGGLE v2.0.0 * Licensed under The MIT License * http://opensource.org/licenses/MIT * ---------------------------------- */