diff --git a/datatables.json b/datatables.json index f0d9672..5e06721 100644 --- a/datatables.json +++ b/datatables.json @@ -13,6 +13,6 @@ "types/select.jqueryui.d.ts" ], "src-repo": "http://github.com/DataTables/Select", - "last-tag": "2.0.3", + "last-tag": "2.0.4", "last-sync": "3017daeac2ef603ead7cc057b4c5482c38435e10" } \ No newline at end of file diff --git a/nuget.nuspec b/nuget.nuspec index 58c54ca..42057b3 100644 --- a/nuget.nuspec +++ b/nuget.nuspec @@ -1,7 +1,7 @@ - 2.0.3 + 2.0.4 datatables.net-select-jqui This is Select for DataTables with styling for [jQueryUI](http://jqueryui.com/) diff --git a/package.json b/package.json index 2b428d1..e29d9dd 100644 --- a/package.json +++ b/package.json @@ -5,7 +5,7 @@ "module": "js/select.jqueryui.mjs", "style": "css/select.jqueryui.css", "types": "./types/select.jqueryui.d.ts", - "version": "2.0.3", + "version": "2.0.4", "files": [ "css/**/*.css", "js/**/*.js", @@ -24,7 +24,7 @@ "sort" ], "dependencies": { - "datatables.net-select": "2.0.3", + "datatables.net-select": "2.0.4", "datatables.net-jqui": "^2", "jquery": ">=1.7" },