From 3025892c7295ac65b2eb6031c617ce6eccec6d7b Mon Sep 17 00:00:00 2001 From: Jack Lukic Date: Wed, 2 Sep 2015 10:23:37 -0400 Subject: [PATCH] Build 2.1.1 --- RELEASE-NOTES.md | 5 ++ dist/components/accordion.css | 2 +- dist/components/accordion.js | 2 +- dist/components/accordion.min.css | 2 +- dist/components/accordion.min.js | 2 +- dist/components/ad.css | 2 +- dist/components/ad.min.css | 2 +- dist/components/api.js | 2 +- dist/components/api.min.js | 2 +- dist/components/breadcrumb.css | 2 +- dist/components/breadcrumb.min.css | 2 +- dist/components/button.css | 2 +- dist/components/button.min.css | 2 +- dist/components/card.css | 2 +- dist/components/card.min.css | 2 +- dist/components/checkbox.css | 2 +- dist/components/checkbox.js | 2 +- dist/components/checkbox.min.css | 2 +- dist/components/checkbox.min.js | 2 +- dist/components/comment.css | 2 +- dist/components/comment.min.css | 2 +- dist/components/container.css | 2 +- dist/components/container.min.css | 2 +- dist/components/dimmer.css | 2 +- dist/components/dimmer.js | 2 +- dist/components/dimmer.min.css | 2 +- dist/components/dimmer.min.js | 2 +- dist/components/divider.css | 2 +- dist/components/divider.min.css | 2 +- dist/components/dropdown.css | 2 +- dist/components/dropdown.js | 2 +- dist/components/dropdown.min.css | 2 +- dist/components/dropdown.min.js | 2 +- dist/components/embed.css | 2 +- dist/components/embed.js | 2 +- dist/components/embed.min.css | 2 +- dist/components/embed.min.js | 2 +- dist/components/feed.css | 2 +- dist/components/feed.min.css | 2 +- dist/components/flag.css | 2 +- dist/components/flag.min.css | 2 +- dist/components/form.css | 2 +- dist/components/form.js | 2 +- dist/components/form.min.css | 2 +- dist/components/form.min.js | 2 +- dist/components/grid.css | 2 +- dist/components/grid.min.css | 2 +- dist/components/header.css | 2 +- dist/components/header.min.css | 2 +- dist/components/icon.css | 2 +- dist/components/icon.min.css | 2 +- dist/components/image.css | 2 +- dist/components/image.min.css | 2 +- dist/components/input.css | 2 +- dist/components/input.min.css | 2 +- dist/components/item.css | 2 +- dist/components/item.min.css | 2 +- dist/components/label.css | 2 +- dist/components/label.min.css | 2 +- dist/components/list.css | 2 +- dist/components/list.min.css | 2 +- dist/components/loader.css | 2 +- dist/components/loader.min.css | 2 +- dist/components/message.css | 2 +- dist/components/message.min.css | 2 +- dist/components/modal.css | 2 +- dist/components/modal.js | 2 +- dist/components/modal.min.css | 2 +- dist/components/modal.min.js | 2 +- dist/components/nag.css | 2 +- dist/components/nag.js | 2 +- dist/components/nag.min.css | 2 +- dist/components/nag.min.js | 2 +- dist/components/popup.css | 2 +- dist/components/popup.js | 2 +- dist/components/popup.min.css | 2 +- dist/components/popup.min.js | 2 +- dist/components/progress.css | 2 +- dist/components/progress.js | 2 +- dist/components/progress.min.css | 2 +- dist/components/progress.min.js | 2 +- dist/components/rail.css | 2 +- dist/components/rail.min.css | 2 +- dist/components/rating.css | 2 +- dist/components/rating.js | 2 +- dist/components/rating.min.css | 2 +- dist/components/rating.min.js | 2 +- dist/components/reset.css | 2 +- dist/components/reset.min.css | 2 +- dist/components/reveal.css | 2 +- dist/components/reveal.min.css | 2 +- dist/components/search.css | 2 +- dist/components/search.js | 2 +- dist/components/search.min.css | 2 +- dist/components/search.min.js | 2 +- dist/components/segment.css | 2 +- dist/components/segment.min.css | 2 +- dist/components/shape.css | 2 +- dist/components/shape.js | 2 +- dist/components/shape.min.css | 2 +- dist/components/shape.min.js | 2 +- dist/components/sidebar.css | 2 +- dist/components/sidebar.js | 2 +- dist/components/sidebar.min.css | 2 +- dist/components/sidebar.min.js | 2 +- dist/components/site.css | 2 +- dist/components/site.js | 2 +- dist/components/site.min.css | 2 +- dist/components/site.min.js | 2 +- dist/components/state.js | 2 +- dist/components/state.min.js | 2 +- dist/components/statistic.css | 2 +- dist/components/statistic.min.css | 2 +- dist/components/step.css | 2 +- dist/components/step.min.css | 2 +- dist/components/sticky.css | 2 +- dist/components/sticky.js | 2 +- dist/components/sticky.min.css | 2 +- dist/components/sticky.min.js | 2 +- dist/components/tab.css | 2 +- dist/components/tab.js | 2 +- dist/components/tab.min.css | 2 +- dist/components/tab.min.js | 2 +- dist/components/table.css | 2 +- dist/components/table.min.css | 2 +- dist/components/transition.css | 2 +- dist/components/transition.js | 2 +- dist/components/transition.min.css | 2 +- dist/components/transition.min.js | 2 +- dist/components/visibility.js | 2 +- dist/components/visibility.min.js | 2 +- dist/semantic.css | 90 +++++++++++++++--------------- dist/semantic.js | 44 +++++++-------- dist/semantic.min.css | 2 +- dist/semantic.min.js | 2 +- package.json | 2 +- 136 files changed, 205 insertions(+), 200 deletions(-) diff --git a/RELEASE-NOTES.md b/RELEASE-NOTES.md index 0201398e0b..b44cfc80a0 100644 --- a/RELEASE-NOTES.md +++ b/RELEASE-NOTES.md @@ -1,5 +1,10 @@ ## RELEASE NOTES +### Version 2.1.1 - Sep 02, 2015 + +**Bugfix** +- **Build Tools** - Fixes issue with comment banner incorrectly showing version `2.0.7` in `dist/` + ### Version 2.1.0 - Sep 02, 2015 #### Features diff --git a/dist/components/accordion.css b/dist/components/accordion.css index d08da61782..33863fcbad 100755 --- a/dist/components/accordion.css +++ b/dist/components/accordion.css @@ -1,5 +1,5 @@ /*! - * # Semantic UI 2.0.7 - Accordion + * # Semantic UI 2.1.1 - Accordion * http://github.com/semantic-org/semantic-ui/ * * diff --git a/dist/components/accordion.js b/dist/components/accordion.js index 0f493b1e99..0acdb9b8f7 100644 --- a/dist/components/accordion.js +++ b/dist/components/accordion.js @@ -1,5 +1,5 @@ /*! - * # Semantic UI 2.0.7 - Accordion + * # Semantic UI 2.1.1 - Accordion * http://github.com/semantic-org/semantic-ui/ * * diff --git a/dist/components/accordion.min.css b/dist/components/accordion.min.css index bdc4970033..74d0176e32 100755 --- a/dist/components/accordion.min.css +++ b/dist/components/accordion.min.css @@ -1,5 +1,5 @@ /*! - * # Semantic UI 2.0.7 - Accordion + * # Semantic UI 2.1.1 - Accordion * http://github.com/semantic-org/semantic-ui/ * * diff --git a/dist/components/accordion.min.js b/dist/components/accordion.min.js index f850f55b05..01597693ee 100644 --- a/dist/components/accordion.min.js +++ b/dist/components/accordion.min.js @@ -1,5 +1,5 @@ /*! - * # Semantic UI 2.0.7 - Accordion + * # Semantic UI 2.1.1 - Accordion * http://github.com/semantic-org/semantic-ui/ * * diff --git a/dist/components/ad.css b/dist/components/ad.css index 968e371e40..e70f06bc88 100644 --- a/dist/components/ad.css +++ b/dist/components/ad.css @@ -1,5 +1,5 @@ /*! - * # Semantic UI 2.0.7 - Ad + * # Semantic UI 2.1.1 - Ad * http://github.com/semantic-org/semantic-ui/ * * diff --git a/dist/components/ad.min.css b/dist/components/ad.min.css index def5b41cfa..18a22b470e 100644 --- a/dist/components/ad.min.css +++ b/dist/components/ad.min.css @@ -1,5 +1,5 @@ /*! - * # Semantic UI 2.0.7 - Ad + * # Semantic UI 2.1.1 - Ad * http://github.com/semantic-org/semantic-ui/ * * diff --git a/dist/components/api.js b/dist/components/api.js index e9e69a3257..79123467f7 100644 --- a/dist/components/api.js +++ b/dist/components/api.js @@ -1,5 +1,5 @@ /*! - * # Semantic UI 2.0.7 - API + * # Semantic UI 2.1.1 - API * http://github.com/semantic-org/semantic-ui/ * * diff --git a/dist/components/api.min.js b/dist/components/api.min.js index f0ea235b8d..6bc0eabcec 100644 --- a/dist/components/api.min.js +++ b/dist/components/api.min.js @@ -1,5 +1,5 @@ /*! - * # Semantic UI 2.0.7 - API + * # Semantic UI 2.1.1 - API * http://github.com/semantic-org/semantic-ui/ * * diff --git a/dist/components/breadcrumb.css b/dist/components/breadcrumb.css index 65c3e2114d..296f7048a3 100755 --- a/dist/components/breadcrumb.css +++ b/dist/components/breadcrumb.css @@ -1,5 +1,5 @@ /*! - * # Semantic UI 2.0.7 - Breadcrumb + * # Semantic UI 2.1.1 - Breadcrumb * http://github.com/semantic-org/semantic-ui/ * * diff --git a/dist/components/breadcrumb.min.css b/dist/components/breadcrumb.min.css index 812f52d61b..9d5c9efc7d 100755 --- a/dist/components/breadcrumb.min.css +++ b/dist/components/breadcrumb.min.css @@ -1,5 +1,5 @@ /*! - * # Semantic UI 2.0.7 - Breadcrumb + * # Semantic UI 2.1.1 - Breadcrumb * http://github.com/semantic-org/semantic-ui/ * * diff --git a/dist/components/button.css b/dist/components/button.css index 9b12cd3309..4c185271eb 100755 --- a/dist/components/button.css +++ b/dist/components/button.css @@ -1,5 +1,5 @@ /*! - * # Semantic UI 2.0.7 - Button + * # Semantic UI 2.1.1 - Button * http://github.com/semantic-org/semantic-ui/ * * diff --git a/dist/components/button.min.css b/dist/components/button.min.css index e429ea08c6..6dc9d7ed12 100755 --- a/dist/components/button.min.css +++ b/dist/components/button.min.css @@ -1,5 +1,5 @@ /*! - * # Semantic UI 2.0.7 - Button + * # Semantic UI 2.1.1 - Button * http://github.com/semantic-org/semantic-ui/ * * diff --git a/dist/components/card.css b/dist/components/card.css index 1ccdd99f0a..1143b866f9 100755 --- a/dist/components/card.css +++ b/dist/components/card.css @@ -1,5 +1,5 @@ /*! - * # Semantic UI 2.0.7 - Item + * # Semantic UI 2.1.1 - Item * http://github.com/semantic-org/semantic-ui/ * * diff --git a/dist/components/card.min.css b/dist/components/card.min.css index 13fa90e53c..62c5f45375 100755 --- a/dist/components/card.min.css +++ b/dist/components/card.min.css @@ -1,5 +1,5 @@ /*! - * # Semantic UI 2.0.7 - Item + * # Semantic UI 2.1.1 - Item * http://github.com/semantic-org/semantic-ui/ * * diff --git a/dist/components/checkbox.css b/dist/components/checkbox.css index f6bfe739b3..e872da5372 100755 --- a/dist/components/checkbox.css +++ b/dist/components/checkbox.css @@ -1,5 +1,5 @@ /*! - * # Semantic UI 2.0.7 - Checkbox + * # Semantic UI 2.1.1 - Checkbox * http://github.com/semantic-org/semantic-ui/ * * diff --git a/dist/components/checkbox.js b/dist/components/checkbox.js index 17e6f78567..d229478a90 100644 --- a/dist/components/checkbox.js +++ b/dist/components/checkbox.js @@ -1,5 +1,5 @@ /*! - * # Semantic UI 2.0.7 - Checkbox + * # Semantic UI 2.1.1 - Checkbox * http://github.com/semantic-org/semantic-ui/ * * diff --git a/dist/components/checkbox.min.css b/dist/components/checkbox.min.css index 9e52b07b1c..de2c4a5054 100755 --- a/dist/components/checkbox.min.css +++ b/dist/components/checkbox.min.css @@ -1,5 +1,5 @@ /*! - * # Semantic UI 2.0.7 - Checkbox + * # Semantic UI 2.1.1 - Checkbox * http://github.com/semantic-org/semantic-ui/ * * diff --git a/dist/components/checkbox.min.js b/dist/components/checkbox.min.js index 2e396935f6..c5edfc6143 100644 --- a/dist/components/checkbox.min.js +++ b/dist/components/checkbox.min.js @@ -1,5 +1,5 @@ /*! - * # Semantic UI 2.0.7 - Checkbox + * # Semantic UI 2.1.1 - Checkbox * http://github.com/semantic-org/semantic-ui/ * * diff --git a/dist/components/comment.css b/dist/components/comment.css index fbed74127e..c8a0c0e1b1 100755 --- a/dist/components/comment.css +++ b/dist/components/comment.css @@ -1,5 +1,5 @@ /*! - * # Semantic UI 2.0.7 - Comment + * # Semantic UI 2.1.1 - Comment * http://github.com/semantic-org/semantic-ui/ * * diff --git a/dist/components/comment.min.css b/dist/components/comment.min.css index 5d0e1c4d41..e6a6b9a254 100755 --- a/dist/components/comment.min.css +++ b/dist/components/comment.min.css @@ -1,5 +1,5 @@ /*! - * # Semantic UI 2.0.7 - Comment + * # Semantic UI 2.1.1 - Comment * http://github.com/semantic-org/semantic-ui/ * * diff --git a/dist/components/container.css b/dist/components/container.css index 8b4eed6604..98a28e064e 100644 --- a/dist/components/container.css +++ b/dist/components/container.css @@ -1,5 +1,5 @@ /*! - * # Semantic UI 2.0.7 - Container + * # Semantic UI 2.1.1 - Container * http://github.com/semantic-org/semantic-ui/ * * diff --git a/dist/components/container.min.css b/dist/components/container.min.css index bbaf6f6168..dd7913b73d 100644 --- a/dist/components/container.min.css +++ b/dist/components/container.min.css @@ -1,5 +1,5 @@ /*! - * # Semantic UI 2.0.7 - Container + * # Semantic UI 2.1.1 - Container * http://github.com/semantic-org/semantic-ui/ * * diff --git a/dist/components/dimmer.css b/dist/components/dimmer.css index 4c4e0c36a4..2298a8432e 100755 --- a/dist/components/dimmer.css +++ b/dist/components/dimmer.css @@ -1,5 +1,5 @@ /*! - * # Semantic UI 2.0.7 - Dimmer + * # Semantic UI 2.1.1 - Dimmer * http://github.com/semantic-org/semantic-ui/ * * diff --git a/dist/components/dimmer.js b/dist/components/dimmer.js index 6570a94337..024482623d 100644 --- a/dist/components/dimmer.js +++ b/dist/components/dimmer.js @@ -1,5 +1,5 @@ /*! - * # Semantic UI 2.0.7 - Dimmer + * # Semantic UI 2.1.1 - Dimmer * http://github.com/semantic-org/semantic-ui/ * * diff --git a/dist/components/dimmer.min.css b/dist/components/dimmer.min.css index ff4a707073..e6b3a709c3 100755 --- a/dist/components/dimmer.min.css +++ b/dist/components/dimmer.min.css @@ -1,5 +1,5 @@ /*! - * # Semantic UI 2.0.7 - Dimmer + * # Semantic UI 2.1.1 - Dimmer * http://github.com/semantic-org/semantic-ui/ * * diff --git a/dist/components/dimmer.min.js b/dist/components/dimmer.min.js index 280d810492..152544454e 100644 --- a/dist/components/dimmer.min.js +++ b/dist/components/dimmer.min.js @@ -1,5 +1,5 @@ /*! - * # Semantic UI 2.0.7 - Dimmer + * # Semantic UI 2.1.1 - Dimmer * http://github.com/semantic-org/semantic-ui/ * * diff --git a/dist/components/divider.css b/dist/components/divider.css index 2be0fc8567..29225a5856 100755 --- a/dist/components/divider.css +++ b/dist/components/divider.css @@ -1,5 +1,5 @@ /*! - * # Semantic UI 2.0.7 - Divider + * # Semantic UI 2.1.1 - Divider * http://github.com/semantic-org/semantic-ui/ * * diff --git a/dist/components/divider.min.css b/dist/components/divider.min.css index 3e38c1ff5a..ffbe60458c 100755 --- a/dist/components/divider.min.css +++ b/dist/components/divider.min.css @@ -1,5 +1,5 @@ /*! - * # Semantic UI 2.0.7 - Divider + * # Semantic UI 2.1.1 - Divider * http://github.com/semantic-org/semantic-ui/ * * diff --git a/dist/components/dropdown.css b/dist/components/dropdown.css index 6c075b173a..b3b043903c 100755 --- a/dist/components/dropdown.css +++ b/dist/components/dropdown.css @@ -1,5 +1,5 @@ /*! - * # Semantic UI 2.0.7 - Dropdown + * # Semantic UI 2.1.1 - Dropdown * http://github.com/semantic-org/semantic-ui/ * * diff --git a/dist/components/dropdown.js b/dist/components/dropdown.js index a7ef9d5d3d..2c16ac5af5 100644 --- a/dist/components/dropdown.js +++ b/dist/components/dropdown.js @@ -1,5 +1,5 @@ /*! - * # Semantic UI 2.0.7 - Dropdown + * # Semantic UI 2.1.1 - Dropdown * http://github.com/semantic-org/semantic-ui/ * * diff --git a/dist/components/dropdown.min.css b/dist/components/dropdown.min.css index 58acc6432f..126921c301 100755 --- a/dist/components/dropdown.min.css +++ b/dist/components/dropdown.min.css @@ -1,5 +1,5 @@ /*! - * # Semantic UI 2.0.7 - Dropdown + * # Semantic UI 2.1.1 - Dropdown * http://github.com/semantic-org/semantic-ui/ * * diff --git a/dist/components/dropdown.min.js b/dist/components/dropdown.min.js index 6d47188cec..d18d02e4dc 100644 --- a/dist/components/dropdown.min.js +++ b/dist/components/dropdown.min.js @@ -1,5 +1,5 @@ /*! - * # Semantic UI 2.0.7 - Dropdown + * # Semantic UI 2.1.1 - Dropdown * http://github.com/semantic-org/semantic-ui/ * * diff --git a/dist/components/embed.css b/dist/components/embed.css index 1494003bc6..65f7ee4f60 100644 --- a/dist/components/embed.css +++ b/dist/components/embed.css @@ -1,5 +1,5 @@ /*! - * # Semantic UI 2.0.7 - Video + * # Semantic UI 2.1.1 - Video * http://github.com/semantic-org/semantic-ui/ * * diff --git a/dist/components/embed.js b/dist/components/embed.js index ecef253799..d3478bd727 100644 --- a/dist/components/embed.js +++ b/dist/components/embed.js @@ -1,5 +1,5 @@ /*! - * # Semantic UI 2.0.7 - Video + * # Semantic UI 2.1.1 - Video * http://github.com/semantic-org/semantic-ui/ * * diff --git a/dist/components/embed.min.css b/dist/components/embed.min.css index 7e8db0e5ee..fd2a0a220e 100644 --- a/dist/components/embed.min.css +++ b/dist/components/embed.min.css @@ -1,5 +1,5 @@ /*! - * # Semantic UI 2.0.7 - Video + * # Semantic UI 2.1.1 - Video * http://github.com/semantic-org/semantic-ui/ * * diff --git a/dist/components/embed.min.js b/dist/components/embed.min.js index 901afd7837..da4a8bb40c 100644 --- a/dist/components/embed.min.js +++ b/dist/components/embed.min.js @@ -1,5 +1,5 @@ /*! - * # Semantic UI 2.0.7 - Video + * # Semantic UI 2.1.1 - Video * http://github.com/semantic-org/semantic-ui/ * * diff --git a/dist/components/feed.css b/dist/components/feed.css index fb651155be..d107dfb647 100755 --- a/dist/components/feed.css +++ b/dist/components/feed.css @@ -1,5 +1,5 @@ /*! - * # Semantic UI 2.0.7 - Feed + * # Semantic UI 2.1.1 - Feed * http://github.com/semantic-org/semantic-ui/ * * diff --git a/dist/components/feed.min.css b/dist/components/feed.min.css index 240ed75a8a..0b6765feae 100755 --- a/dist/components/feed.min.css +++ b/dist/components/feed.min.css @@ -1,5 +1,5 @@ /*! - * # Semantic UI 2.0.7 - Feed + * # Semantic UI 2.1.1 - Feed * http://github.com/semantic-org/semantic-ui/ * * diff --git a/dist/components/flag.css b/dist/components/flag.css index b873a03de4..296b8fecba 100755 --- a/dist/components/flag.css +++ b/dist/components/flag.css @@ -1,5 +1,5 @@ /*! - * # Semantic UI 2.0.7 - Flag + * # Semantic UI 2.1.1 - Flag * http://github.com/semantic-org/semantic-ui/ * * diff --git a/dist/components/flag.min.css b/dist/components/flag.min.css index bbf1330dee..f86c28b5ca 100755 --- a/dist/components/flag.min.css +++ b/dist/components/flag.min.css @@ -1,5 +1,5 @@ /*! - * # Semantic UI 2.0.7 - Flag + * # Semantic UI 2.1.1 - Flag * http://github.com/semantic-org/semantic-ui/ * * diff --git a/dist/components/form.css b/dist/components/form.css index cd832117a7..f8875ca5f0 100755 --- a/dist/components/form.css +++ b/dist/components/form.css @@ -1,5 +1,5 @@ /*! - * # Semantic UI 2.0.7 - Form + * # Semantic UI 2.1.1 - Form * http://github.com/semantic-org/semantic-ui/ * * diff --git a/dist/components/form.js b/dist/components/form.js index 3c629b64c5..75579ac144 100644 --- a/dist/components/form.js +++ b/dist/components/form.js @@ -1,5 +1,5 @@ /*! - * # Semantic UI 2.0.7 - Form Validation + * # Semantic UI 2.1.1 - Form Validation * http://github.com/semantic-org/semantic-ui/ * * diff --git a/dist/components/form.min.css b/dist/components/form.min.css index 8381f6e852..11030aa5ac 100755 --- a/dist/components/form.min.css +++ b/dist/components/form.min.css @@ -1,5 +1,5 @@ /*! - * # Semantic UI 2.0.7 - Form + * # Semantic UI 2.1.1 - Form * http://github.com/semantic-org/semantic-ui/ * * diff --git a/dist/components/form.min.js b/dist/components/form.min.js index 1ebf55ef61..1c3cd8a426 100644 --- a/dist/components/form.min.js +++ b/dist/components/form.min.js @@ -1,5 +1,5 @@ /*! - * # Semantic UI 2.0.7 - Form Validation + * # Semantic UI 2.1.1 - Form Validation * http://github.com/semantic-org/semantic-ui/ * * diff --git a/dist/components/grid.css b/dist/components/grid.css index 6132b02020..3732eba373 100755 --- a/dist/components/grid.css +++ b/dist/components/grid.css @@ -1,5 +1,5 @@ /*! - * # Semantic UI 2.0.7 - Grid + * # Semantic UI 2.1.1 - Grid * http://github.com/semantic-org/semantic-ui/ * * diff --git a/dist/components/grid.min.css b/dist/components/grid.min.css index 8c9cfe6486..a62d81ad78 100755 --- a/dist/components/grid.min.css +++ b/dist/components/grid.min.css @@ -1,5 +1,5 @@ /*! - * # Semantic UI 2.0.7 - Grid + * # Semantic UI 2.1.1 - Grid * http://github.com/semantic-org/semantic-ui/ * * diff --git a/dist/components/header.css b/dist/components/header.css index 0c2447e744..5394db28c9 100755 --- a/dist/components/header.css +++ b/dist/components/header.css @@ -1,5 +1,5 @@ /*! - * # Semantic UI 2.0.7 - Header + * # Semantic UI 2.1.1 - Header * http://github.com/semantic-org/semantic-ui/ * * diff --git a/dist/components/header.min.css b/dist/components/header.min.css index a0d99a8217..3438028ad6 100755 --- a/dist/components/header.min.css +++ b/dist/components/header.min.css @@ -1,5 +1,5 @@ /*! - * # Semantic UI 2.0.7 - Header + * # Semantic UI 2.1.1 - Header * http://github.com/semantic-org/semantic-ui/ * * diff --git a/dist/components/icon.css b/dist/components/icon.css index 69aa8e8595..c9e4ff784a 100755 --- a/dist/components/icon.css +++ b/dist/components/icon.css @@ -1,5 +1,5 @@ /*! - * # Semantic UI 2.0.7 - Icon + * # Semantic UI 2.1.1 - Icon * http://github.com/semantic-org/semantic-ui/ * * diff --git a/dist/components/icon.min.css b/dist/components/icon.min.css index e035842d9c..177a9ff82b 100755 --- a/dist/components/icon.min.css +++ b/dist/components/icon.min.css @@ -1,5 +1,5 @@ /*! - * # Semantic UI 2.0.7 - Icon + * # Semantic UI 2.1.1 - Icon * http://github.com/semantic-org/semantic-ui/ * * diff --git a/dist/components/image.css b/dist/components/image.css index 42de5621c0..2f86dc020c 100755 --- a/dist/components/image.css +++ b/dist/components/image.css @@ -1,5 +1,5 @@ /*! - * # Semantic UI 2.0.7 - Image + * # Semantic UI 2.1.1 - Image * http://github.com/semantic-org/semantic-ui/ * * diff --git a/dist/components/image.min.css b/dist/components/image.min.css index 1c92eb70d8..e57b30ab44 100755 --- a/dist/components/image.min.css +++ b/dist/components/image.min.css @@ -1,5 +1,5 @@ /*! - * # Semantic UI 2.0.7 - Image + * # Semantic UI 2.1.1 - Image * http://github.com/semantic-org/semantic-ui/ * * diff --git a/dist/components/input.css b/dist/components/input.css index cdf8ee6d52..56a80d5017 100755 --- a/dist/components/input.css +++ b/dist/components/input.css @@ -1,5 +1,5 @@ /*! - * # Semantic UI 2.0.7 - Input + * # Semantic UI 2.1.1 - Input * http://github.com/semantic-org/semantic-ui/ * * diff --git a/dist/components/input.min.css b/dist/components/input.min.css index d735bdcfc8..653b990a06 100755 --- a/dist/components/input.min.css +++ b/dist/components/input.min.css @@ -1,5 +1,5 @@ /*! - * # Semantic UI 2.0.7 - Input + * # Semantic UI 2.1.1 - Input * http://github.com/semantic-org/semantic-ui/ * * diff --git a/dist/components/item.css b/dist/components/item.css index 8ec3945e80..e58bf2e1c5 100755 --- a/dist/components/item.css +++ b/dist/components/item.css @@ -1,5 +1,5 @@ /*! - * # Semantic UI 2.0.7 - Item + * # Semantic UI 2.1.1 - Item * http://github.com/semantic-org/semantic-ui/ * * diff --git a/dist/components/item.min.css b/dist/components/item.min.css index 76585a409e..43e8ad31af 100755 --- a/dist/components/item.min.css +++ b/dist/components/item.min.css @@ -1,5 +1,5 @@ /*! - * # Semantic UI 2.0.7 - Item + * # Semantic UI 2.1.1 - Item * http://github.com/semantic-org/semantic-ui/ * * diff --git a/dist/components/label.css b/dist/components/label.css index 8bf5a4390a..3836dd9041 100755 --- a/dist/components/label.css +++ b/dist/components/label.css @@ -1,5 +1,5 @@ /*! - * # Semantic UI 2.0.7 - Label + * # Semantic UI 2.1.1 - Label * http://github.com/semantic-org/semantic-ui/ * * diff --git a/dist/components/label.min.css b/dist/components/label.min.css index fb89352c6d..55a58058fa 100755 --- a/dist/components/label.min.css +++ b/dist/components/label.min.css @@ -1,5 +1,5 @@ /*! - * # Semantic UI 2.0.7 - Label + * # Semantic UI 2.1.1 - Label * http://github.com/semantic-org/semantic-ui/ * * diff --git a/dist/components/list.css b/dist/components/list.css index efe65c6d97..392ed1a7cb 100755 --- a/dist/components/list.css +++ b/dist/components/list.css @@ -1,5 +1,5 @@ /*! - * # Semantic UI 2.0.7 - List + * # Semantic UI 2.1.1 - List * http://github.com/semantic-org/semantic-ui/ * * diff --git a/dist/components/list.min.css b/dist/components/list.min.css index de4b3486f1..617a935158 100755 --- a/dist/components/list.min.css +++ b/dist/components/list.min.css @@ -1,5 +1,5 @@ /*! - * # Semantic UI 2.0.7 - List + * # Semantic UI 2.1.1 - List * http://github.com/semantic-org/semantic-ui/ * * diff --git a/dist/components/loader.css b/dist/components/loader.css index a0cc7a674a..33ae89f5d9 100755 --- a/dist/components/loader.css +++ b/dist/components/loader.css @@ -1,5 +1,5 @@ /*! - * # Semantic UI 2.0.7 - Loader + * # Semantic UI 2.1.1 - Loader * http://github.com/semantic-org/semantic-ui/ * * diff --git a/dist/components/loader.min.css b/dist/components/loader.min.css index ca10f261c2..34b4e48a51 100755 --- a/dist/components/loader.min.css +++ b/dist/components/loader.min.css @@ -1,5 +1,5 @@ /*! - * # Semantic UI 2.0.7 - Loader + * # Semantic UI 2.1.1 - Loader * http://github.com/semantic-org/semantic-ui/ * * diff --git a/dist/components/message.css b/dist/components/message.css index 726375b187..959a5f9002 100755 --- a/dist/components/message.css +++ b/dist/components/message.css @@ -1,5 +1,5 @@ /*! - * # Semantic UI 2.0.7 - Message + * # Semantic UI 2.1.1 - Message * http://github.com/semantic-org/semantic-ui/ * * diff --git a/dist/components/message.min.css b/dist/components/message.min.css index 560b0b4311..2faa164503 100755 --- a/dist/components/message.min.css +++ b/dist/components/message.min.css @@ -1,5 +1,5 @@ /*! - * # Semantic UI 2.0.7 - Message + * # Semantic UI 2.1.1 - Message * http://github.com/semantic-org/semantic-ui/ * * diff --git a/dist/components/modal.css b/dist/components/modal.css index faea9561f9..915c6b10d9 100755 --- a/dist/components/modal.css +++ b/dist/components/modal.css @@ -1,5 +1,5 @@ /*! - * # Semantic UI 2.0.7 - Modal + * # Semantic UI 2.1.1 - Modal * http://github.com/semantic-org/semantic-ui/ * * diff --git a/dist/components/modal.js b/dist/components/modal.js index d961c51aa5..587b8a9a7d 100644 --- a/dist/components/modal.js +++ b/dist/components/modal.js @@ -1,5 +1,5 @@ /*! - * # Semantic UI 2.0.7 - Modal + * # Semantic UI 2.1.1 - Modal * http://github.com/semantic-org/semantic-ui/ * * diff --git a/dist/components/modal.min.css b/dist/components/modal.min.css index 8d468c54ed..d77e97dd2e 100755 --- a/dist/components/modal.min.css +++ b/dist/components/modal.min.css @@ -1,5 +1,5 @@ /*! - * # Semantic UI 2.0.7 - Modal + * # Semantic UI 2.1.1 - Modal * http://github.com/semantic-org/semantic-ui/ * * diff --git a/dist/components/modal.min.js b/dist/components/modal.min.js index 56f0649d02..1e705ea3b2 100644 --- a/dist/components/modal.min.js +++ b/dist/components/modal.min.js @@ -1,5 +1,5 @@ /*! - * # Semantic UI 2.0.7 - Modal + * # Semantic UI 2.1.1 - Modal * http://github.com/semantic-org/semantic-ui/ * * diff --git a/dist/components/nag.css b/dist/components/nag.css index 968ac2e58c..ed94343ed1 100755 --- a/dist/components/nag.css +++ b/dist/components/nag.css @@ -1,5 +1,5 @@ /*! - * # Semantic UI 2.0.7 - Nag + * # Semantic UI 2.1.1 - Nag * http://github.com/semantic-org/semantic-ui/ * * diff --git a/dist/components/nag.js b/dist/components/nag.js index 73f1a01e75..77837d2c59 100644 --- a/dist/components/nag.js +++ b/dist/components/nag.js @@ -1,5 +1,5 @@ /*! - * # Semantic UI 2.0.7 - Nag + * # Semantic UI 2.1.1 - Nag * http://github.com/semantic-org/semantic-ui/ * * diff --git a/dist/components/nag.min.css b/dist/components/nag.min.css index eee023229d..a0ef32c85f 100755 --- a/dist/components/nag.min.css +++ b/dist/components/nag.min.css @@ -1,5 +1,5 @@ /*! - * # Semantic UI 2.0.7 - Nag + * # Semantic UI 2.1.1 - Nag * http://github.com/semantic-org/semantic-ui/ * * diff --git a/dist/components/nag.min.js b/dist/components/nag.min.js index 15d3ff6e9c..da758d64e6 100644 --- a/dist/components/nag.min.js +++ b/dist/components/nag.min.js @@ -1,5 +1,5 @@ /*! - * # Semantic UI 2.0.7 - Nag + * # Semantic UI 2.1.1 - Nag * http://github.com/semantic-org/semantic-ui/ * * diff --git a/dist/components/popup.css b/dist/components/popup.css index 4f7892bc31..7a56d03963 100755 --- a/dist/components/popup.css +++ b/dist/components/popup.css @@ -1,5 +1,5 @@ /*! - * # Semantic UI 2.0.7 - Popup + * # Semantic UI 2.1.1 - Popup * http://github.com/semantic-org/semantic-ui/ * * diff --git a/dist/components/popup.js b/dist/components/popup.js index 67e2fd29f0..000eb4b84c 100644 --- a/dist/components/popup.js +++ b/dist/components/popup.js @@ -1,5 +1,5 @@ /*! - * # Semantic UI 2.0.7 - Popup + * # Semantic UI 2.1.1 - Popup * http://github.com/semantic-org/semantic-ui/ * * diff --git a/dist/components/popup.min.css b/dist/components/popup.min.css index 06628fb7b0..e582a16475 100755 --- a/dist/components/popup.min.css +++ b/dist/components/popup.min.css @@ -1,5 +1,5 @@ /*! - * # Semantic UI 2.0.7 - Popup + * # Semantic UI 2.1.1 - Popup * http://github.com/semantic-org/semantic-ui/ * * diff --git a/dist/components/popup.min.js b/dist/components/popup.min.js index b6254eb420..a2a0d5085d 100644 --- a/dist/components/popup.min.js +++ b/dist/components/popup.min.js @@ -1,5 +1,5 @@ /*! - * # Semantic UI 2.0.7 - Popup + * # Semantic UI 2.1.1 - Popup * http://github.com/semantic-org/semantic-ui/ * * diff --git a/dist/components/progress.css b/dist/components/progress.css index d5013096b6..b623c74d4c 100755 --- a/dist/components/progress.css +++ b/dist/components/progress.css @@ -1,5 +1,5 @@ /*! - * # Semantic UI 2.0.7 - Progress Bar + * # Semantic UI 2.1.1 - Progress Bar * http://github.com/semantic-org/semantic-ui/ * * diff --git a/dist/components/progress.js b/dist/components/progress.js index fa34b97ac6..37c8ac7060 100644 --- a/dist/components/progress.js +++ b/dist/components/progress.js @@ -1,5 +1,5 @@ /*! - * # Semantic UI 2.0.7 - Progress + * # Semantic UI 2.1.1 - Progress * http://github.com/semantic-org/semantic-ui/ * * diff --git a/dist/components/progress.min.css b/dist/components/progress.min.css index bcfbbfa8f3..829535e3c6 100755 --- a/dist/components/progress.min.css +++ b/dist/components/progress.min.css @@ -1,5 +1,5 @@ /*! - * # Semantic UI 2.0.7 - Progress Bar + * # Semantic UI 2.1.1 - Progress Bar * http://github.com/semantic-org/semantic-ui/ * * diff --git a/dist/components/progress.min.js b/dist/components/progress.min.js index e4e6e661a7..448006062d 100644 --- a/dist/components/progress.min.js +++ b/dist/components/progress.min.js @@ -1,5 +1,5 @@ /*! - * # Semantic UI 2.0.7 - Progress + * # Semantic UI 2.1.1 - Progress * http://github.com/semantic-org/semantic-ui/ * * diff --git a/dist/components/rail.css b/dist/components/rail.css index 6c60f34478..094c7b75a9 100755 --- a/dist/components/rail.css +++ b/dist/components/rail.css @@ -1,5 +1,5 @@ /*! - * # Semantic UI 2.0.7 - Rail + * # Semantic UI 2.1.1 - Rail * http://github.com/semantic-org/semantic-ui/ * * diff --git a/dist/components/rail.min.css b/dist/components/rail.min.css index ea4103baaf..900f438b21 100755 --- a/dist/components/rail.min.css +++ b/dist/components/rail.min.css @@ -1,5 +1,5 @@ /*! - * # Semantic UI 2.0.7 - Rail + * # Semantic UI 2.1.1 - Rail * http://github.com/semantic-org/semantic-ui/ * * diff --git a/dist/components/rating.css b/dist/components/rating.css index d91e7a1e4d..b37f3d642c 100755 --- a/dist/components/rating.css +++ b/dist/components/rating.css @@ -1,5 +1,5 @@ /*! - * # Semantic UI 2.0.7 - Rating + * # Semantic UI 2.1.1 - Rating * http://github.com/semantic-org/semantic-ui/ * * diff --git a/dist/components/rating.js b/dist/components/rating.js index ce8a8189e6..8817e2950a 100644 --- a/dist/components/rating.js +++ b/dist/components/rating.js @@ -1,5 +1,5 @@ /*! - * # Semantic UI 2.0.7 - Rating + * # Semantic UI 2.1.1 - Rating * http://github.com/semantic-org/semantic-ui/ * * diff --git a/dist/components/rating.min.css b/dist/components/rating.min.css index c8d1c2d44d..4603faeef5 100755 --- a/dist/components/rating.min.css +++ b/dist/components/rating.min.css @@ -1,5 +1,5 @@ /*! - * # Semantic UI 2.0.7 - Rating + * # Semantic UI 2.1.1 - Rating * http://github.com/semantic-org/semantic-ui/ * * diff --git a/dist/components/rating.min.js b/dist/components/rating.min.js index 8489df9af7..7e1873538e 100644 --- a/dist/components/rating.min.js +++ b/dist/components/rating.min.js @@ -1,5 +1,5 @@ /*! - * # Semantic UI 2.0.7 - Rating + * # Semantic UI 2.1.1 - Rating * http://github.com/semantic-org/semantic-ui/ * * diff --git a/dist/components/reset.css b/dist/components/reset.css index 082b855608..48c4a6450e 100755 --- a/dist/components/reset.css +++ b/dist/components/reset.css @@ -1,5 +1,5 @@ /*! - * # Semantic UI 2.0.7 - Reset + * # Semantic UI 2.1.1 - Reset * http://github.com/semantic-org/semantic-ui/ * * diff --git a/dist/components/reset.min.css b/dist/components/reset.min.css index 519a54efdc..f2c19f8293 100755 --- a/dist/components/reset.min.css +++ b/dist/components/reset.min.css @@ -1,5 +1,5 @@ /*! - * # Semantic UI 2.0.7 - Reset + * # Semantic UI 2.1.1 - Reset * http://github.com/semantic-org/semantic-ui/ * * diff --git a/dist/components/reveal.css b/dist/components/reveal.css index 5ef95da0a4..296667e6ba 100755 --- a/dist/components/reveal.css +++ b/dist/components/reveal.css @@ -1,5 +1,5 @@ /*! - * # Semantic UI 2.0.7 - Reveal + * # Semantic UI 2.1.1 - Reveal * http://github.com/semantic-org/semantic-ui/ * * diff --git a/dist/components/reveal.min.css b/dist/components/reveal.min.css index 386794524f..88a1b6a63f 100755 --- a/dist/components/reveal.min.css +++ b/dist/components/reveal.min.css @@ -1,5 +1,5 @@ /*! - * # Semantic UI 2.0.7 - Reveal + * # Semantic UI 2.1.1 - Reveal * http://github.com/semantic-org/semantic-ui/ * * diff --git a/dist/components/search.css b/dist/components/search.css index 570dad41b7..a1cbe5ddee 100755 --- a/dist/components/search.css +++ b/dist/components/search.css @@ -1,5 +1,5 @@ /*! - * # Semantic UI 2.0.7 - Search + * # Semantic UI 2.1.1 - Search * http://github.com/semantic-org/semantic-ui/ * * diff --git a/dist/components/search.js b/dist/components/search.js index 01ebda7661..9ec8b2744f 100644 --- a/dist/components/search.js +++ b/dist/components/search.js @@ -1,5 +1,5 @@ /*! - * # Semantic UI 2.0.7 - Search + * # Semantic UI 2.1.1 - Search * http://github.com/semantic-org/semantic-ui/ * * diff --git a/dist/components/search.min.css b/dist/components/search.min.css index 9c862d0de9..1091c7b29a 100755 --- a/dist/components/search.min.css +++ b/dist/components/search.min.css @@ -1,5 +1,5 @@ /*! - * # Semantic UI 2.0.7 - Search + * # Semantic UI 2.1.1 - Search * http://github.com/semantic-org/semantic-ui/ * * diff --git a/dist/components/search.min.js b/dist/components/search.min.js index ae96d7a536..e37eb23408 100644 --- a/dist/components/search.min.js +++ b/dist/components/search.min.js @@ -1,5 +1,5 @@ /*! - * # Semantic UI 2.0.7 - Search + * # Semantic UI 2.1.1 - Search * http://github.com/semantic-org/semantic-ui/ * * diff --git a/dist/components/segment.css b/dist/components/segment.css index 6936b71b08..18ce749cfd 100755 --- a/dist/components/segment.css +++ b/dist/components/segment.css @@ -1,5 +1,5 @@ /*! - * # Semantic UI 2.0.7 - Segment + * # Semantic UI 2.1.1 - Segment * http://github.com/semantic-org/semantic-ui/ * * diff --git a/dist/components/segment.min.css b/dist/components/segment.min.css index 22d8763b7e..093c7ccd43 100755 --- a/dist/components/segment.min.css +++ b/dist/components/segment.min.css @@ -1,5 +1,5 @@ /*! - * # Semantic UI 2.0.7 - Segment + * # Semantic UI 2.1.1 - Segment * http://github.com/semantic-org/semantic-ui/ * * diff --git a/dist/components/shape.css b/dist/components/shape.css index b05529dd6e..2f5ab27073 100755 --- a/dist/components/shape.css +++ b/dist/components/shape.css @@ -1,5 +1,5 @@ /*! - * # Semantic UI 2.0.7 - Shape + * # Semantic UI 2.1.1 - Shape * http://github.com/semantic-org/semantic-ui/ * * diff --git a/dist/components/shape.js b/dist/components/shape.js index aa9cbc958b..441b4d8b15 100644 --- a/dist/components/shape.js +++ b/dist/components/shape.js @@ -1,5 +1,5 @@ /*! - * # Semantic UI 2.0.7 - Shape + * # Semantic UI 2.1.1 - Shape * http://github.com/semantic-org/semantic-ui/ * * diff --git a/dist/components/shape.min.css b/dist/components/shape.min.css index 9c99e58881..31680ef931 100755 --- a/dist/components/shape.min.css +++ b/dist/components/shape.min.css @@ -1,5 +1,5 @@ /*! - * # Semantic UI 2.0.7 - Shape + * # Semantic UI 2.1.1 - Shape * http://github.com/semantic-org/semantic-ui/ * * diff --git a/dist/components/shape.min.js b/dist/components/shape.min.js index a598584aaa..d31e0ab9d5 100644 --- a/dist/components/shape.min.js +++ b/dist/components/shape.min.js @@ -1,5 +1,5 @@ /*! - * # Semantic UI 2.0.7 - Shape + * # Semantic UI 2.1.1 - Shape * http://github.com/semantic-org/semantic-ui/ * * diff --git a/dist/components/sidebar.css b/dist/components/sidebar.css index 1204a0194b..128cae6ebc 100755 --- a/dist/components/sidebar.css +++ b/dist/components/sidebar.css @@ -1,5 +1,5 @@ /*! - * # Semantic UI 2.0.7 - Sidebar + * # Semantic UI 2.1.1 - Sidebar * http://github.com/semantic-org/semantic-ui/ * * diff --git a/dist/components/sidebar.js b/dist/components/sidebar.js index 8629e34aaa..4672103c30 100644 --- a/dist/components/sidebar.js +++ b/dist/components/sidebar.js @@ -1,5 +1,5 @@ /*! - * # Semantic UI 2.0.7 - Sidebar + * # Semantic UI 2.1.1 - Sidebar * http://github.com/semantic-org/semantic-ui/ * * diff --git a/dist/components/sidebar.min.css b/dist/components/sidebar.min.css index 2829db023b..d2594ac869 100755 --- a/dist/components/sidebar.min.css +++ b/dist/components/sidebar.min.css @@ -1,5 +1,5 @@ /*! - * # Semantic UI 2.0.7 - Sidebar + * # Semantic UI 2.1.1 - Sidebar * http://github.com/semantic-org/semantic-ui/ * * diff --git a/dist/components/sidebar.min.js b/dist/components/sidebar.min.js index ba50665308..580877fb02 100644 --- a/dist/components/sidebar.min.js +++ b/dist/components/sidebar.min.js @@ -1,5 +1,5 @@ /*! - * # Semantic UI 2.0.7 - Sidebar + * # Semantic UI 2.1.1 - Sidebar * http://github.com/semantic-org/semantic-ui/ * * diff --git a/dist/components/site.css b/dist/components/site.css index bc06a72567..6e41a3f5b9 100755 --- a/dist/components/site.css +++ b/dist/components/site.css @@ -1,5 +1,5 @@ /*! - * # Semantic UI 2.0.7 - Site + * # Semantic UI 2.1.1 - Site * http://github.com/semantic-org/semantic-ui/ * * diff --git a/dist/components/site.js b/dist/components/site.js index a02708d00a..28734ecacd 100644 --- a/dist/components/site.js +++ b/dist/components/site.js @@ -1,5 +1,5 @@ /*! - * # Semantic UI 2.0.7 - Site + * # Semantic UI 2.1.1 - Site * http://github.com/semantic-org/semantic-ui/ * * diff --git a/dist/components/site.min.css b/dist/components/site.min.css index b1cd1ac967..b0941697e4 100755 --- a/dist/components/site.min.css +++ b/dist/components/site.min.css @@ -1,5 +1,5 @@ /*! - * # Semantic UI 2.0.7 - Site + * # Semantic UI 2.1.1 - Site * http://github.com/semantic-org/semantic-ui/ * * diff --git a/dist/components/site.min.js b/dist/components/site.min.js index 9abcfc31ec..0285a96284 100644 --- a/dist/components/site.min.js +++ b/dist/components/site.min.js @@ -1,5 +1,5 @@ /*! - * # Semantic UI 2.0.7 - Site + * # Semantic UI 2.1.1 - Site * http://github.com/semantic-org/semantic-ui/ * * diff --git a/dist/components/state.js b/dist/components/state.js index 1f768dd6d6..d9017b46b0 100644 --- a/dist/components/state.js +++ b/dist/components/state.js @@ -1,5 +1,5 @@ /*! - * # Semantic UI 2.0.7 - State + * # Semantic UI 2.1.1 - State * http://github.com/semantic-org/semantic-ui/ * * diff --git a/dist/components/state.min.js b/dist/components/state.min.js index 2279f1dda9..ec5a98c9f8 100644 --- a/dist/components/state.min.js +++ b/dist/components/state.min.js @@ -1,5 +1,5 @@ /*! - * # Semantic UI 2.0.7 - State + * # Semantic UI 2.1.1 - State * http://github.com/semantic-org/semantic-ui/ * * diff --git a/dist/components/statistic.css b/dist/components/statistic.css index 6ff0a458af..14e74d44ab 100755 --- a/dist/components/statistic.css +++ b/dist/components/statistic.css @@ -1,5 +1,5 @@ /*! - * # Semantic UI 2.0.7 - Statistic + * # Semantic UI 2.1.1 - Statistic * http://github.com/semantic-org/semantic-ui/ * * diff --git a/dist/components/statistic.min.css b/dist/components/statistic.min.css index d370d1fd4a..9d68247500 100755 --- a/dist/components/statistic.min.css +++ b/dist/components/statistic.min.css @@ -1,5 +1,5 @@ /*! - * # Semantic UI 2.0.7 - Statistic + * # Semantic UI 2.1.1 - Statistic * http://github.com/semantic-org/semantic-ui/ * * diff --git a/dist/components/step.css b/dist/components/step.css index ad6f46491c..42ee4bc7e5 100755 --- a/dist/components/step.css +++ b/dist/components/step.css @@ -1,5 +1,5 @@ /*! - * # Semantic UI 2.0.7 - Step + * # Semantic UI 2.1.1 - Step * http://github.com/semantic-org/semantic-ui/ * * diff --git a/dist/components/step.min.css b/dist/components/step.min.css index b6e9e1806f..fc67f5d9ca 100755 --- a/dist/components/step.min.css +++ b/dist/components/step.min.css @@ -1,5 +1,5 @@ /*! - * # Semantic UI 2.0.7 - Step + * # Semantic UI 2.1.1 - Step * http://github.com/semantic-org/semantic-ui/ * * diff --git a/dist/components/sticky.css b/dist/components/sticky.css index a129cb0fc0..a2f7451c09 100755 --- a/dist/components/sticky.css +++ b/dist/components/sticky.css @@ -1,5 +1,5 @@ /*! - * # Semantic UI 2.0.7 - Sticky + * # Semantic UI 2.1.1 - Sticky * http://github.com/semantic-org/semantic-ui/ * * diff --git a/dist/components/sticky.js b/dist/components/sticky.js index 0ac42e28d2..bab7a86c53 100644 --- a/dist/components/sticky.js +++ b/dist/components/sticky.js @@ -1,5 +1,5 @@ /*! - * # Semantic UI 2.0.7 - Sticky + * # Semantic UI 2.1.1 - Sticky * http://github.com/semantic-org/semantic-ui/ * * diff --git a/dist/components/sticky.min.css b/dist/components/sticky.min.css index c720ea301e..a13225b7d0 100755 --- a/dist/components/sticky.min.css +++ b/dist/components/sticky.min.css @@ -1,5 +1,5 @@ /*! - * # Semantic UI 2.0.7 - Sticky + * # Semantic UI 2.1.1 - Sticky * http://github.com/semantic-org/semantic-ui/ * * diff --git a/dist/components/sticky.min.js b/dist/components/sticky.min.js index c9b74a34f0..2ebe3a8e15 100644 --- a/dist/components/sticky.min.js +++ b/dist/components/sticky.min.js @@ -1,5 +1,5 @@ /*! - * # Semantic UI 2.0.7 - Sticky + * # Semantic UI 2.1.1 - Sticky * http://github.com/semantic-org/semantic-ui/ * * diff --git a/dist/components/tab.css b/dist/components/tab.css index f31875e6c0..3d74ef8cd8 100755 --- a/dist/components/tab.css +++ b/dist/components/tab.css @@ -1,5 +1,5 @@ /*! - * # Semantic UI 2.0.7 - Tab + * # Semantic UI 2.1.1 - Tab * http://github.com/semantic-org/semantic-ui/ * * diff --git a/dist/components/tab.js b/dist/components/tab.js index 3c0c753495..a01035cfb3 100644 --- a/dist/components/tab.js +++ b/dist/components/tab.js @@ -1,5 +1,5 @@ /*! - * # Semantic UI 2.0.7 - Tab + * # Semantic UI 2.1.1 - Tab * http://github.com/semantic-org/semantic-ui/ * * diff --git a/dist/components/tab.min.css b/dist/components/tab.min.css index 09b1aba466..6f0919da37 100755 --- a/dist/components/tab.min.css +++ b/dist/components/tab.min.css @@ -1,5 +1,5 @@ /*! - * # Semantic UI 2.0.7 - Tab + * # Semantic UI 2.1.1 - Tab * http://github.com/semantic-org/semantic-ui/ * * diff --git a/dist/components/tab.min.js b/dist/components/tab.min.js index 6c3adb7fb7..fd89d29ed0 100644 --- a/dist/components/tab.min.js +++ b/dist/components/tab.min.js @@ -1,5 +1,5 @@ /*! - * # Semantic UI 2.0.7 - Tab + * # Semantic UI 2.1.1 - Tab * http://github.com/semantic-org/semantic-ui/ * * diff --git a/dist/components/table.css b/dist/components/table.css index e2f3a820b0..41c8d4161d 100755 --- a/dist/components/table.css +++ b/dist/components/table.css @@ -1,5 +1,5 @@ /*! - * # Semantic UI 2.0.7 - Table + * # Semantic UI 2.1.1 - Table * http://github.com/semantic-org/semantic-ui/ * * diff --git a/dist/components/table.min.css b/dist/components/table.min.css index 53d49ee572..9d83aedef7 100755 --- a/dist/components/table.min.css +++ b/dist/components/table.min.css @@ -1,5 +1,5 @@ /*! - * # Semantic UI 2.0.7 - Table + * # Semantic UI 2.1.1 - Table * http://github.com/semantic-org/semantic-ui/ * * diff --git a/dist/components/transition.css b/dist/components/transition.css index 2369316c1e..0a6fc9c552 100755 --- a/dist/components/transition.css +++ b/dist/components/transition.css @@ -1,5 +1,5 @@ /*! - * # Semantic UI 2.0.7 - Transition + * # Semantic UI 2.1.1 - Transition * http://github.com/semantic-org/semantic-ui/ * * diff --git a/dist/components/transition.js b/dist/components/transition.js index b3adbd0488..c3033b1b57 100644 --- a/dist/components/transition.js +++ b/dist/components/transition.js @@ -1,5 +1,5 @@ /*! - * # Semantic UI 2.0.7 - Transition + * # Semantic UI 2.1.1 - Transition * http://github.com/semantic-org/semantic-ui/ * * diff --git a/dist/components/transition.min.css b/dist/components/transition.min.css index 8e634e54b3..fdba17cbc6 100755 --- a/dist/components/transition.min.css +++ b/dist/components/transition.min.css @@ -1,5 +1,5 @@ /*! - * # Semantic UI 2.0.7 - Transition + * # Semantic UI 2.1.1 - Transition * http://github.com/semantic-org/semantic-ui/ * * diff --git a/dist/components/transition.min.js b/dist/components/transition.min.js index f8fde08b19..c73548549e 100644 --- a/dist/components/transition.min.js +++ b/dist/components/transition.min.js @@ -1,5 +1,5 @@ /*! - * # Semantic UI 2.0.7 - Transition + * # Semantic UI 2.1.1 - Transition * http://github.com/semantic-org/semantic-ui/ * * diff --git a/dist/components/visibility.js b/dist/components/visibility.js index caec7e3961..b9619aa7fa 100644 --- a/dist/components/visibility.js +++ b/dist/components/visibility.js @@ -1,5 +1,5 @@ /*! - * # Semantic UI 2.0.7 - Visibility + * # Semantic UI 2.1.1 - Visibility * http://github.com/semantic-org/semantic-ui/ * * diff --git a/dist/components/visibility.min.js b/dist/components/visibility.min.js index fdaf33a3b7..1e06332101 100644 --- a/dist/components/visibility.min.js +++ b/dist/components/visibility.min.js @@ -1,5 +1,5 @@ /*! - * # Semantic UI 2.0.7 - Visibility + * # Semantic UI 2.1.1 - Visibility * http://github.com/semantic-org/semantic-ui/ * * diff --git a/dist/semantic.css b/dist/semantic.css index ef6bab37bf..cce7cee57c 100755 --- a/dist/semantic.css +++ b/dist/semantic.css @@ -1,5 +1,5 @@ /* - * # Semantic UI - 2.0.7 + * # Semantic UI - 2.1.1 * https://github.com/Semantic-Org/Semantic-UI * http://www.semantic-ui.com/ * @@ -10,7 +10,7 @@ */ @import url('https://fonts.googleapis.com/css?family=Lato:400,700,400italic,700italic&subset=latin'); /*! - * # Semantic UI 2.0.7 - Reset + * # Semantic UI 2.1.1 - Reset * http://github.com/semantic-org/semantic-ui/ * * @@ -500,7 +500,7 @@ th { Site Overrides *******************************/ /*! - * # Semantic UI 2.0.7 - Site + * # Semantic UI 2.1.1 - Site * http://github.com/semantic-org/semantic-ui/ * * @@ -669,7 +669,7 @@ input::selection { Site Overrides *******************************/ /*! - * # Semantic UI 2.0.7 - Button + * # Semantic UI 2.1.1 - Button * http://github.com/semantic-org/semantic-ui/ * * @@ -4466,7 +4466,7 @@ input::selection { Site Overrides *******************************/ /*! - * # Semantic UI 2.0.7 - Container + * # Semantic UI 2.1.1 - Container * http://github.com/semantic-org/semantic-ui/ * * @@ -4629,7 +4629,7 @@ input::selection { Site Overrides *******************************/ /*! - * # Semantic UI 2.0.7 - Divider + * # Semantic UI 2.1.1 - Divider * http://github.com/semantic-org/semantic-ui/ * * @@ -4900,7 +4900,7 @@ input::selection { Site Overrides *******************************/ /*! - * # Semantic UI 2.0.7 - Flag + * # Semantic UI 2.1.1 - Flag * http://github.com/semantic-org/semantic-ui/ * * @@ -6162,7 +6162,7 @@ i.flag.zimbabwe:before { Site Overrides *******************************/ /*! - * # Semantic UI 2.0.7 - Header + * # Semantic UI 2.1.1 - Header * http://github.com/semantic-org/semantic-ui/ * * @@ -6982,7 +6982,7 @@ a.ui.inverted.grey.header:hover { Site Overrides *******************************/ /*! - * # Semantic UI 2.0.7 - Icon + * # Semantic UI 2.1.1 - Icon * http://github.com/semantic-org/semantic-ui/ * * @@ -10290,7 +10290,7 @@ i.icon.bed:before { Site Overrides *******************************/ /*! - * # Semantic UI 2.0.7 - Image + * # Semantic UI 2.1.1 - Image * http://github.com/semantic-org/semantic-ui/ * * @@ -10602,7 +10602,7 @@ img.ui.bordered.image { Site Overrides *******************************/ /*! - * # Semantic UI 2.0.7 - Input + * # Semantic UI 2.1.1 - Input * http://github.com/semantic-org/semantic-ui/ * * @@ -11158,7 +11158,7 @@ img.ui.bordered.image { Site Overrides *******************************/ /*! - * # Semantic UI 2.0.7 - Label + * # Semantic UI 2.1.1 - Label * http://github.com/semantic-org/semantic-ui/ * * @@ -12591,7 +12591,7 @@ a.ui.basic.label:hover { Site Overrides *******************************/ /*! - * # Semantic UI 2.0.7 - List + * # Semantic UI 2.1.1 - List * http://github.com/semantic-org/semantic-ui/ * * @@ -13651,7 +13651,7 @@ ol.ui.horizontal.list li:before, User Variable Overrides *******************************/ /*! - * # Semantic UI 2.0.7 - Loader + * # Semantic UI 2.1.1 - Loader * http://github.com/semantic-org/semantic-ui/ * * @@ -13956,7 +13956,7 @@ ol.ui.horizontal.list li:before, Site Overrides *******************************/ /*! - * # Semantic UI 2.0.7 - Rail + * # Semantic UI 2.1.1 - Rail * http://github.com/semantic-org/semantic-ui/ * * @@ -14091,7 +14091,7 @@ ol.ui.horizontal.list li:before, Site Overrides *******************************/ /*! - * # Semantic UI 2.0.7 - Reveal + * # Semantic UI 2.1.1 - Reveal * http://github.com/semantic-org/semantic-ui/ * * @@ -14416,7 +14416,7 @@ ol.ui.horizontal.list li:before, Site Overrides *******************************/ /*! - * # Semantic UI 2.0.7 - Segment + * # Semantic UI 2.1.1 - Segment * http://github.com/semantic-org/semantic-ui/ * * @@ -15241,7 +15241,7 @@ ol.ui.horizontal.list li:before, Site Overrides *******************************/ /*! - * # Semantic UI 2.0.7 - Step + * # Semantic UI 2.1.1 - Step * http://github.com/semantic-org/semantic-ui/ * * @@ -15927,7 +15927,7 @@ ol.ui.horizontal.list li:before, Site Overrides *******************************/ /*! - * # Semantic UI 2.0.7 - Breadcrumb + * # Semantic UI 2.1.1 - Breadcrumb * http://github.com/semantic-org/semantic-ui/ * * @@ -16059,7 +16059,7 @@ ol.ui.horizontal.list li:before, Site Overrides *******************************/ /*! - * # Semantic UI 2.0.7 - Form + * # Semantic UI 2.1.1 - Form * http://github.com/semantic-org/semantic-ui/ * * @@ -17216,7 +17216,7 @@ ol.ui.horizontal.list li:before, Site Overrides *******************************/ /*! - * # Semantic UI 2.0.7 - Grid + * # Semantic UI 2.1.1 - Grid * http://github.com/semantic-org/semantic-ui/ * * @@ -21728,7 +21728,7 @@ Floated Menu / Item Site Overrides *******************************/ /*! - * # Semantic UI 2.0.7 - Message + * # Semantic UI 2.1.1 - Message * http://github.com/semantic-org/semantic-ui/ * * @@ -22252,7 +22252,7 @@ Floated Menu / Item User Variable Overrides *******************************/ /*! - * # Semantic UI 2.0.7 - Table + * # Semantic UI 2.1.1 - Table * http://github.com/semantic-org/semantic-ui/ * * @@ -23484,7 +23484,7 @@ Floated Menu / Item Site Overrides *******************************/ /*! - * # Semantic UI 2.0.7 - Ad + * # Semantic UI 2.1.1 - Ad * http://github.com/semantic-org/semantic-ui/ * * @@ -23774,7 +23774,7 @@ Floated Menu / Item User Variable Overrides *******************************/ /*! - * # Semantic UI 2.0.7 - Item + * # Semantic UI 2.1.1 - Item * http://github.com/semantic-org/semantic-ui/ * * @@ -24837,7 +24837,7 @@ a.ui.card:hover, User Variable Overrides *******************************/ /*! - * # Semantic UI 2.0.7 - Comment + * # Semantic UI 2.1.1 - Comment * http://github.com/semantic-org/semantic-ui/ * * @@ -25107,7 +25107,7 @@ a.ui.card:hover, User Variable Overrides *******************************/ /*! - * # Semantic UI 2.0.7 - Feed + * # Semantic UI 2.1.1 - Feed * http://github.com/semantic-org/semantic-ui/ * * @@ -25426,7 +25426,7 @@ a.ui.card:hover, User Variable Overrides *******************************/ /*! - * # Semantic UI 2.0.7 - Item + * # Semantic UI 2.1.1 - Item * http://github.com/semantic-org/semantic-ui/ * * @@ -25942,7 +25942,7 @@ a.ui.card:hover, User Variable Overrides *******************************/ /*! - * # Semantic UI 2.0.7 - Statistic + * # Semantic UI 2.1.1 - Statistic * http://github.com/semantic-org/semantic-ui/ * * @@ -26593,7 +26593,7 @@ a.ui.card:hover, User Variable Overrides *******************************/ /*! - * # Semantic UI 2.0.7 - Accordion + * # Semantic UI 2.1.1 - Accordion * http://github.com/semantic-org/semantic-ui/ * * @@ -26858,7 +26858,7 @@ a.ui.card:hover, User Overrides *******************************/ /*! - * # Semantic UI 2.0.7 - Checkbox + * # Semantic UI 2.1.1 - Checkbox * http://github.com/semantic-org/semantic-ui/ * * @@ -27525,7 +27525,7 @@ a.ui.card:hover, Site Overrides *******************************/ /*! - * # Semantic UI 2.0.7 - Dimmer + * # Semantic UI 2.1.1 - Dimmer * http://github.com/semantic-org/semantic-ui/ * * @@ -27733,7 +27733,7 @@ body.dimmable > .dimmer { User Overrides *******************************/ /*! - * # Semantic UI 2.0.7 - Dropdown + * # Semantic UI 2.1.1 - Dropdown * http://github.com/semantic-org/semantic-ui/ * * @@ -29266,7 +29266,7 @@ select.ui.dropdown { User Overrides *******************************/ /*! - * # Semantic UI 2.0.7 - Video + * # Semantic UI 2.1.1 - Video * http://github.com/semantic-org/semantic-ui/ * * @@ -29433,7 +29433,7 @@ select.ui.dropdown { padding-bottom: 42.85714286%; } /*! - * # Semantic UI 2.0.7 - Modal + * # Semantic UI 2.1.1 - Modal * http://github.com/semantic-org/semantic-ui/ * * @@ -29992,7 +29992,7 @@ select.ui.dropdown { Site Overrides *******************************/ /*! - * # Semantic UI 2.0.7 - Nag + * # Semantic UI 2.1.1 - Nag * http://github.com/semantic-org/semantic-ui/ * * @@ -30138,7 +30138,7 @@ a.ui.nag { User Overrides *******************************/ /*! - * # Semantic UI 2.0.7 - Popup + * # Semantic UI 2.1.1 - Popup * http://github.com/semantic-org/semantic-ui/ * * @@ -30512,7 +30512,7 @@ a.ui.nag { User Overrides *******************************/ /*! - * # Semantic UI 2.0.7 - Progress Bar + * # Semantic UI 2.1.1 - Progress Bar * http://github.com/semantic-org/semantic-ui/ * * @@ -31094,7 +31094,7 @@ a.ui.nag { Site Overrides *******************************/ /*! - * # Semantic UI 2.0.7 - Rating + * # Semantic UI 2.1.1 - Rating * http://github.com/semantic-org/semantic-ui/ * * @@ -31374,7 +31374,7 @@ a.ui.nag { Site Overrides *******************************/ /*! - * # Semantic UI 2.0.7 - Search + * # Semantic UI 2.1.1 - Search * http://github.com/semantic-org/semantic-ui/ * * @@ -31772,7 +31772,7 @@ a.ui.nag { Site Overrides *******************************/ /*! - * # Semantic UI 2.0.7 - Shape + * # Semantic UI 2.1.1 - Shape * http://github.com/semantic-org/semantic-ui/ * * @@ -31928,7 +31928,7 @@ a.ui.nag { User Overrides *******************************/ /*! - * # Semantic UI 2.0.7 - Sidebar + * # Semantic UI 2.1.1 - Sidebar * http://github.com/semantic-org/semantic-ui/ * * @@ -32617,7 +32617,7 @@ html.ios body { Site Overrides *******************************/ /*! - * # Semantic UI 2.0.7 - Sticky + * # Semantic UI 2.1.1 - Sticky * http://github.com/semantic-org/semantic-ui/ * * @@ -32692,7 +32692,7 @@ html.ios body { Site Overrides *******************************/ /*! - * # Semantic UI 2.0.7 - Tab + * # Semantic UI 2.1.1 - Tab * http://github.com/semantic-org/semantic-ui/ * * @@ -32780,7 +32780,7 @@ html.ios body { User Overrides *******************************/ /*! - * # Semantic UI 2.0.7 - Transition + * # Semantic UI 2.1.1 - Transition * http://github.com/semantic-org/semantic-ui/ * * diff --git a/dist/semantic.js b/dist/semantic.js index 99eaf3494f..0b2d08410b 100644 --- a/dist/semantic.js +++ b/dist/semantic.js @@ -1,5 +1,5 @@ /* - * # Semantic UI - 2.0.7 + * # Semantic UI - 2.1.1 * https://github.com/Semantic-Org/Semantic-UI * http://www.semantic-ui.com/ * @@ -9,7 +9,7 @@ * */ /*! - * # Semantic UI 2.0.7 - Site + * # Semantic UI 2.1.1 - Site * http://github.com/semantic-org/semantic-ui/ * * @@ -496,7 +496,7 @@ $.extend($.expr[ ":" ], { })( jQuery, window , document ); /*! - * # Semantic UI 2.0.7 - Form Validation + * # Semantic UI 2.1.1 - Form Validation * http://github.com/semantic-org/semantic-ui/ * * @@ -1918,7 +1918,7 @@ $.fn.form.settings = { })( jQuery, window , document ); /*! - * # Semantic UI 2.0.7 - Accordion + * # Semantic UI 2.1.1 - Accordion * http://github.com/semantic-org/semantic-ui/ * * @@ -2515,7 +2515,7 @@ $.extend( $.easing, { /*! - * # Semantic UI 2.0.7 - Checkbox + * # Semantic UI 2.1.1 - Checkbox * http://github.com/semantic-org/semantic-ui/ * * @@ -3320,7 +3320,7 @@ $.fn.checkbox.settings = { })( jQuery, window , document ); /*! - * # Semantic UI 2.0.7 - Dimmer + * # Semantic UI 2.1.1 - Dimmer * http://github.com/semantic-org/semantic-ui/ * * @@ -4013,7 +4013,7 @@ $.fn.dimmer.settings = { })( jQuery, window , document ); /*! - * # Semantic UI 2.0.7 - Dropdown + * # Semantic UI 2.1.1 - Dropdown * http://github.com/semantic-org/semantic-ui/ * * @@ -7426,7 +7426,7 @@ $.fn.dropdown.settings.templates = { })( jQuery, window , document ); /*! - * # Semantic UI 2.0.7 - Video + * # Semantic UI 2.1.1 - Video * http://github.com/semantic-org/semantic-ui/ * * @@ -8086,7 +8086,7 @@ $.fn.embed.settings = { })( jQuery, window , document ); /*! - * # Semantic UI 2.0.7 - Modal + * # Semantic UI 2.1.1 - Modal * http://github.com/semantic-org/semantic-ui/ * * @@ -8976,7 +8976,7 @@ $.fn.modal.settings = { })( jQuery, window , document ); /*! - * # Semantic UI 2.0.7 - Nag + * # Semantic UI 2.1.1 - Nag * http://github.com/semantic-org/semantic-ui/ * * @@ -9463,7 +9463,7 @@ $.fn.nag.settings = { })( jQuery, window , document ); /*! - * # Semantic UI 2.0.7 - Popup + * # Semantic UI 2.1.1 - Popup * http://github.com/semantic-org/semantic-ui/ * * @@ -10864,7 +10864,7 @@ $.fn.popup.settings = { })( jQuery, window , document ); /*! - * # Semantic UI 2.0.7 - Progress + * # Semantic UI 2.1.1 - Progress * http://github.com/semantic-org/semantic-ui/ * * @@ -11658,7 +11658,7 @@ $.fn.progress.settings = { })( jQuery, window , document ); /*! - * # Semantic UI 2.0.7 - Rating + * # Semantic UI 2.1.1 - Rating * http://github.com/semantic-org/semantic-ui/ * * @@ -12134,7 +12134,7 @@ $.fn.rating.settings = { })( jQuery, window , document ); /*! - * # Semantic UI 2.0.7 - Search + * # Semantic UI 2.1.1 - Search * http://github.com/semantic-org/semantic-ui/ * * @@ -13442,7 +13442,7 @@ $.fn.search.settings = { })( jQuery, window , document ); /*! - * # Semantic UI 2.0.7 - Shape + * # Semantic UI 2.1.1 - Shape * http://github.com/semantic-org/semantic-ui/ * * @@ -14318,7 +14318,7 @@ $.fn.shape.settings = { })( jQuery, window , document ); /*! - * # Semantic UI 2.0.7 - Sidebar + * # Semantic UI 2.1.1 - Sidebar * http://github.com/semantic-org/semantic-ui/ * * @@ -15341,7 +15341,7 @@ $.fn.sidebar.settings = { })( jQuery, window , document ); /*! - * # Semantic UI 2.0.7 - Sticky + * # Semantic UI 2.1.1 - Sticky * http://github.com/semantic-org/semantic-ui/ * * @@ -16229,7 +16229,7 @@ $.fn.sticky.settings = { })( jQuery, window , document ); /*! - * # Semantic UI 2.0.7 - Tab + * # Semantic UI 2.1.1 - Tab * http://github.com/semantic-org/semantic-ui/ * * @@ -17127,7 +17127,7 @@ $.fn.tab.settings = { })( jQuery, window , document ); /*! - * # Semantic UI 2.0.7 - Transition + * # Semantic UI 2.1.1 - Transition * http://github.com/semantic-org/semantic-ui/ * * @@ -18200,7 +18200,7 @@ $.fn.transition.settings = { })( jQuery, window , document ); /*! - * # Semantic UI 2.0.7 - API + * # Semantic UI 2.1.1 - API * http://github.com/semantic-org/semantic-ui/ * * @@ -19337,7 +19337,7 @@ $.api.settings = { })( jQuery, window , document ); /*! - * # Semantic UI 2.0.7 - State + * # Semantic UI 2.1.1 - State * http://github.com/semantic-org/semantic-ui/ * * @@ -20033,7 +20033,7 @@ $.fn.state.settings = { })( jQuery, window , document ); /*! - * # Semantic UI 2.0.7 - Visibility + * # Semantic UI 2.1.1 - Visibility * http://github.com/semantic-org/semantic-ui/ * * diff --git a/dist/semantic.min.css b/dist/semantic.min.css index cb4a2a6d1e..8016a1f896 100755 --- a/dist/semantic.min.css +++ b/dist/semantic.min.css @@ -1,5 +1,5 @@ /* - * # Semantic UI - 2.0.7 + * # Semantic UI - 2.1.1 * https://github.com/Semantic-Org/Semantic-UI * http://www.semantic-ui.com/ * diff --git a/dist/semantic.min.js b/dist/semantic.min.js index 5d0def037d..9c65334064 100644 --- a/dist/semantic.min.js +++ b/dist/semantic.min.js @@ -1,5 +1,5 @@ /* - * # Semantic UI - 2.0.7 + * # Semantic UI - 2.1.1 * https://github.com/Semantic-Org/Semantic-UI * http://www.semantic-ui.com/ * diff --git a/package.json b/package.json index 3a99ea97d0..24e011481d 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "semantic-ui", - "version": "2.1.0", + "version": "2.1.1", "title": "Semantic UI", "description": "Semantic empowers designers and developers by creating a shared vocabulary for UI.", "homepage": "http://www.semantic-ui.com",