diff --git a/datatables.json b/datatables.json index ce575e1..aadc061 100644 --- a/datatables.json +++ b/datatables.json @@ -13,6 +13,6 @@ "types/select.bootstrap.d.ts" ], "src-repo": "http://github.com/DataTables/Select", - "last-tag": "2.0.0", + "last-tag": "2.0.1", "last-sync": "0278c079772272387c3d8a3363fc4951740f6763" } \ No newline at end of file diff --git a/nuget.nuspec b/nuget.nuspec index 42d3aef..d93aadb 100644 --- a/nuget.nuspec +++ b/nuget.nuspec @@ -1,7 +1,7 @@ - 2.0.0 + 2.0.1 datatables.net-select-bs This is Select for DataTables with styling for [Bootstrap](https://getbootstrap.com/docs/3.3/) diff --git a/package.json b/package.json index 1ae51ee..148a939 100644 --- a/package.json +++ b/package.json @@ -5,7 +5,7 @@ "module": "js/select.bootstrap.mjs", "style": "css/select.bootstrap.css", "types": "./types/select.bootstrap.d.ts", - "version": "2.0.0", + "version": "2.0.1", "files": [ "css/**/*.css", "js/**/*.js", @@ -23,8 +23,8 @@ "sort" ], "dependencies": { - "datatables.net-select": "2.0.0", - "datatables.net-bs": ">=2.0.0", + "datatables.net-select": "2.0.1", + "datatables.net-bs": "^2", "jquery": ">=1.7" }, "moduleType": [