diff --git a/datatables.json b/datatables.json index 25969c4..4a57ec6 100644 --- a/datatables.json +++ b/datatables.json @@ -13,6 +13,6 @@ "types/dataTables.semanticui.d.ts" ], "src-repo": "http://github.com/DataTables/DataTablesSrc", - "last-tag": "2.1.5", + "last-tag": "2.1.6", "last-sync": "cfcb5d9c77fadc54f90ebe80edf0c8cc4c9b9b76" } \ No newline at end of file diff --git a/nuget.nuspec b/nuget.nuspec index a60a771..867fd00 100644 --- a/nuget.nuspec +++ b/nuget.nuspec @@ -1,7 +1,7 @@ - 2.1.5 + 2.1.6 datatables.net-se This is DataTables with styling for [SemanticUI](https://semantic-ui.com/) diff --git a/package.json b/package.json index 24190a0..7b86a01 100644 --- a/package.json +++ b/package.json @@ -5,7 +5,7 @@ "module": "js/dataTables.semanticui.mjs", "style": "css/dataTables.semanticui.css", "types": "./types/dataTables.semanticui.d.ts", - "version": "2.1.5", + "version": "2.1.6", "files": [ "css/**/*.css", "js/**/*.js", @@ -23,7 +23,7 @@ "sort" ], "dependencies": { - "datatables.net": "2.1.5", + "datatables.net": "2.1.6", "jquery": ">=1.7" }, "moduleType": [