From f9321b5232aff6023362a9e08939b30f9be46068 Mon Sep 17 00:00:00 2001 From: Pusher Robot Date: Sun, 8 Jul 2018 17:12:46 -0700 Subject: [PATCH] Updated component to version 2.3.3 --- composer.json | 2 +- index.js | 2 +- modal.css | 2 +- modal.js | 2 +- modal.min.css | 2 +- package.json | 2 +- 6 files changed, 6 insertions(+), 6 deletions(-) diff --git a/composer.json b/composer.json index 4b3fd05..902fb28 100755 --- a/composer.json +++ b/composer.json @@ -15,5 +15,5 @@ "framework" ], "license": "MIT", - "version": "2.3.2" + "version": "2.3.3" } \ No newline at end of file diff --git a/index.js b/index.js index 67d3ddd..3782013 100755 --- a/index.js +++ b/index.js @@ -1,5 +1,5 @@ /*! - * # Semantic UI 2.3.2 - Modal + * # Semantic UI 2.3.3 - Modal * http://github.com/semantic-org/semantic-ui/ * * diff --git a/modal.css b/modal.css index d8fefc9..99b567a 100755 --- a/modal.css +++ b/modal.css @@ -1,5 +1,5 @@ /*! - * # Semantic UI 2.3.2 - Modal + * # Semantic UI 2.3.3 - Modal * http://github.com/semantic-org/semantic-ui/ * * diff --git a/modal.js b/modal.js index f63041e..d3b86f5 100755 --- a/modal.js +++ b/modal.js @@ -1,5 +1,5 @@ /*! - * # Semantic UI 2.3.2 - Modal + * # Semantic UI 2.3.3 - Modal * http://github.com/semantic-org/semantic-ui/ * * diff --git a/modal.min.css b/modal.min.css index a69cc4c..a754194 100755 --- a/modal.min.css +++ b/modal.min.css @@ -1,5 +1,5 @@ /*! - * # Semantic UI 2.3.2 - Modal + * # Semantic UI 2.3.3 - Modal * http://github.com/semantic-org/semantic-ui/ * * diff --git a/package.json b/package.json index fbae416..3da6c7c 100755 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "semantic-ui-modal", - "version": "2.3.2", + "version": "2.3.3", "title": "Semantic UI - Modal", "description": "Single component release of modal", "homepage": "http://www.semantic-ui.com",