diff --git a/RELEASE-NOTES.md b/RELEASE-NOTES.md index 4be0ede..d51c8d1 100644 --- a/RELEASE-NOTES.md +++ b/RELEASE-NOTES.md @@ -1,4 +1,4 @@ -### Version 2.3.1 - Mar 19, 2018 +### Version 2.3.1 - Mar 18, 2018 - **Visibility** - Fixed bug that could cause `onScreen` callback to not occur properly for elements that are taller than screen. diff --git a/composer.json b/composer.json index b192763..6766443 100644 --- a/composer.json +++ b/composer.json @@ -15,5 +15,5 @@ "framework" ], "license": "MIT", - "version": "2.3.1" + "version": "2.3.2" } \ No newline at end of file diff --git a/index.js b/index.js index 5b16aa5..774dd5e 100644 --- a/index.js +++ b/index.js @@ -1,5 +1,5 @@ /*! - * # Semantic UI 2.3.1 - Visibility + * # Semantic UI 2.3.2 - Visibility * http://github.com/semantic-org/semantic-ui/ * * diff --git a/package.json b/package.json index 6726e63..d6a633e 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "semantic-ui-visibility", - "version": "2.3.1", + "version": "2.3.2", "title": "Semantic UI - Visibility", "description": "Single component release of visibility", "homepage": "http://www.semantic-ui.com", diff --git a/visibility.js b/visibility.js index 7780733..66b181b 100644 --- a/visibility.js +++ b/visibility.js @@ -1,5 +1,5 @@ /*! - * # Semantic UI 2.3.1 - Visibility + * # Semantic UI 2.3.2 - Visibility * http://github.com/semantic-org/semantic-ui/ * *