diff --git a/composer.json b/composer.json
index c33358b..184441f 100644
--- a/composer.json
+++ b/composer.json
@@ -1,5 +1,5 @@
{
- "version": "1.3.3",
+ "version": "1.3.4",
"name": "datatables.net/datatables.net-select-se",
"description": "Select provides table item selection capabilities - rows, columns and cells can be selected individually or collectively. Complex selection operations such as operating system style selection (ctrl/cmd and shift click) for multiple rows can be enabled with a single option for a DataTable. This is Select for DataTables with styling for [SemanticUI](https://semantic-ui.com/)",
"support": {
@@ -29,7 +29,7 @@
"table"
],
"require": {
- "datatables.net/datatables.net-select": ">=1.3.3",
- "datatables.net/datatables.net-se": ">=1.11.3"
+ "datatables.net/datatables.net-select": ">=1.3.4",
+ "datatables.net/datatables.net-se": ">=1.11.5"
}
}
diff --git a/nuget.nuspec b/nuget.nuspec
index 5d3adf6..d4aec4c 100644
--- a/nuget.nuspec
+++ b/nuget.nuspec
@@ -10,8 +10,8 @@
MIT
select selection Semantic SemanticUI Semantic UI Datatables jQuery table
-
-
+
+
@@ -26,8 +26,6 @@
-
-
diff --git a/package.json b/package.json
index 1a3e6d3..ad05c55 100644
--- a/package.json
+++ b/package.json
@@ -12,10 +12,10 @@
],
"keywords": [
"select",
- "selection",
+ "selection",
"Semantic",
- "SemanticUI",
- "Semantic UI",
+ "SemanticUI",
+ "Semantic UI",
"Datatables",
"jQuery",
"table",
@@ -23,8 +23,8 @@
"sort"
],
"dependencies": {
- "datatables.net-select": ">=1.3.3",
- "datatables.net-se": ">=1.11.3",
+ "datatables.net-select": ">=1.3.4",
+ "datatables.net-se": ">=1.11.5",
"jquery": ">=1.7"
},
"moduleType": [
@@ -48,4 +48,4 @@
"type": "git",
"url": "https://github.com/DataTables/Dist-DataTables-Select-SemanticUI.git"
}
-}
\ No newline at end of file
+}