Skip to content

Commit f2ed52b

Browse files
Updated component to version 2.3.1
1 parent ea40c0d commit f2ed52b

File tree

6 files changed

+8
-8
lines changed

6 files changed

+8
-8
lines changed

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,5 +15,5 @@
1515
"framework"
1616
],
1717
"license": "MIT",
18-
"version": "2.3.0"
18+
"version": "2.3.1"
1919
}

index.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*!
2-
* # Semantic UI 2.3.0 - Sticky
2+
* # Semantic UI 2.3.1 - Sticky
33
* http://github.com/semantic-org/semantic-ui/
44
*
55
*
@@ -10,7 +10,7 @@
1010

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

13-
"use strict";
13+
'use strict';
1414

1515
window = (typeof window != 'undefined' && window.Math == Math)
1616
? window

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "semantic-ui-sticky",
3-
"version": "2.3.0",
3+
"version": "2.3.1",
44
"title": "Semantic UI - Sticky",
55
"description": "Single component release of sticky",
66
"homepage": "http://www.semantic-ui.com",

sticky.css

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*!
2-
* # Semantic UI 2.3.0 - Sticky
2+
* # Semantic UI 2.3.1 - Sticky
33
* http://github.com/semantic-org/semantic-ui/
44
*
55
*

sticky.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*!
2-
* # Semantic UI 2.3.0 - Sticky
2+
* # Semantic UI 2.3.1 - Sticky
33
* http://github.com/semantic-org/semantic-ui/
44
*
55
*
@@ -10,7 +10,7 @@
1010

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

13-
"use strict";
13+
'use strict';
1414

1515
window = (typeof window != 'undefined' && window.Math == Math)
1616
? window

sticky.min.css

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*!
2-
* # Semantic UI 2.3.0 - Sticky
2+
* # Semantic UI 2.3.1 - Sticky
33
* http://github.com/semantic-org/semantic-ui/
44
*
55
*

0 commit comments

Comments
 (0)