Skip to content

Commit

Permalink
Updated component to version 2.3.1
Browse files Browse the repository at this point in the history
  • Loading branch information
Semantic-Pusher-Robot committed Mar 19, 2018
1 parent 8167ba3 commit 60f83ca
Show file tree
Hide file tree
Showing 6 changed files with 8 additions and 8 deletions.
2 changes: 1 addition & 1 deletion composer.json
Expand Up @@ -15,5 +15,5 @@
"framework"
],
"license": "MIT",
"version": "2.3.0"
"version": "2.3.1"
}
4 changes: 2 additions & 2 deletions index.js
@@ -1,5 +1,5 @@
/*!
* # Semantic UI 2.3.0 - Sidebar
* # Semantic UI 2.3.1 - Sidebar
* http://github.com/semantic-org/semantic-ui/
*
*
Expand All @@ -10,7 +10,7 @@

;(function ($, window, document, undefined) {

"use strict";
'use strict';

window = (typeof window != 'undefined' && window.Math == Math)
? window
Expand Down
2 changes: 1 addition & 1 deletion package.json
@@ -1,6 +1,6 @@
{
"name": "semantic-ui-sidebar",
"version": "2.3.0",
"version": "2.3.1",
"title": "Semantic UI - Sidebar",
"description": "Single component release of sidebar",
"homepage": "http://www.semantic-ui.com",
Expand Down
2 changes: 1 addition & 1 deletion sidebar.css
@@ -1,5 +1,5 @@
/*!
* # Semantic UI 2.3.0 - Sidebar
* # Semantic UI 2.3.1 - Sidebar
* http://github.com/semantic-org/semantic-ui/
*
*
Expand Down
4 changes: 2 additions & 2 deletions sidebar.js
@@ -1,5 +1,5 @@
/*!
* # Semantic UI 2.3.0 - Sidebar
* # Semantic UI 2.3.1 - Sidebar
* http://github.com/semantic-org/semantic-ui/
*
*
Expand All @@ -10,7 +10,7 @@

;(function ($, window, document, undefined) {

"use strict";
'use strict';

window = (typeof window != 'undefined' && window.Math == Math)
? window
Expand Down
2 changes: 1 addition & 1 deletion sidebar.min.css

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 60f83ca

Please sign in to comment.