diff --git a/datatables.json b/datatables.json index 5f301bb..5c183bd 100644 --- a/datatables.json +++ b/datatables.json @@ -13,6 +13,6 @@ "types/responsive.jqueryui.d.ts" ], "src-repo": "http://github.com/DataTables/Responsive", - "last-tag": "3.0.1", + "last-tag": "3.0.2", "last-sync": "7021a47d3ee7f0838260950dc7f49b62fe76649b" } \ No newline at end of file diff --git a/nuget.nuspec b/nuget.nuspec index dc12f2d..238faf5 100644 --- a/nuget.nuspec +++ b/nuget.nuspec @@ -1,7 +1,7 @@ - 3.0.1 + 3.0.2 datatables.net-responsive-jqui This is Responsive for DataTables with styling for [jQueryUI](http://jqueryui.com/) diff --git a/package.json b/package.json index 100de31..bb2b9f4 100644 --- a/package.json +++ b/package.json @@ -5,7 +5,7 @@ "module": "js/responsive.jqueryui.mjs", "style": "css/responsive.jqueryui.css", "types": "./types/responsive.jqueryui.d.ts", - "version": "3.0.1", + "version": "3.0.2", "files": [ "css/**/*.css", "js/**/*.js", @@ -23,7 +23,7 @@ "sort" ], "dependencies": { - "datatables.net-responsive": "3.0.1", + "datatables.net-responsive": "3.0.2", "datatables.net-jqui": "^2", "jquery": ">=1.7" },