diff --git a/composer.json b/composer.json
index cadbc74..5082636 100644
--- a/composer.json
+++ b/composer.json
@@ -1,5 +1,5 @@
{
- "version": "1.5.4",
+ "version": "1.5.5",
"name": "datatables.net/datatables.net-colreorder-bs5",
"description": "ColReorder allows the end user to modify the column order of a table through drop-and-drag of column headers. This is ColReorder for DataTables with styling for [Bootstrap5](https://getbootstrap.com/)",
"support": {
@@ -28,7 +28,7 @@
"table"
],
"require": {
- "datatables.net/datatables.net-colreorder": ">=1.5.4",
- "datatables.net/datatables.net-bs5": ">=1.11.3"
+ "datatables.net/datatables.net-colreorder": ">=1.5.5",
+ "datatables.net/datatables.net-bs5": ">=1.11.5"
}
}
diff --git a/nuget.nuspec b/nuget.nuspec
index b0ba483..0411289 100644
--- a/nuget.nuspec
+++ b/nuget.nuspec
@@ -10,8 +10,8 @@
MIT
ColReorder Reorder Bootstrap Bootstrap5 Datatables jQuery table
-
-
+
+
@@ -26,8 +26,6 @@
-
-
diff --git a/package.json b/package.json
index 6980097..0f37b44 100644
--- a/package.json
+++ b/package.json
@@ -12,9 +12,9 @@
],
"keywords": [
"ColReorder",
- "Reorder",
+ "Reorder",
"Bootstrap",
- "Bootstrap5",
+ "Bootstrap5",
"Datatables",
"jQuery",
"table",
@@ -22,8 +22,8 @@
"sort"
],
"dependencies": {
- "datatables.net-colreorder": ">=1.5.4",
- "datatables.net-bs5": ">=1.11.3",
+ "datatables.net-colreorder": ">=1.5.5",
+ "datatables.net-bs5": ">=1.11.5",
"jquery": ">=1.7"
},
"moduleType": [
@@ -47,4 +47,4 @@
"type": "git",
"url": "https://github.com/DataTables/Dist-DataTables-ColReorder-Bootstrap5.git"
}
-}
\ No newline at end of file
+}