diff --git a/datatables.json b/datatables.json index 7d4700c..a2092b3 100644 --- a/datatables.json +++ b/datatables.json @@ -14,6 +14,6 @@ "types/types.d.ts" ], "src-repo": "http://github.com/DataTables/Select", - "last-tag": "1.6.0", + "last-tag": "1.6.1", "last-sync": "580888daabe5280376208f57ec821ef14579274b" } \ No newline at end of file diff --git a/nuget.nuspec b/nuget.nuspec index b29bc05..3180f85 100644 --- a/nuget.nuspec +++ b/nuget.nuspec @@ -1,7 +1,7 @@ - 1.6.0 + 1.6.1 datatables.net-select-zf This is Select for DataTables with styling for [Foundation](https://get.foundation/) diff --git a/package.json b/package.json index a873a2c..4a8e374 100644 --- a/package.json +++ b/package.json @@ -5,7 +5,7 @@ "module": "js/select.foundation.mjs", "style": "css/select.foundation.css", "types": "./types/types.d.ts", - "version": "1.6.0", + "version": "1.6.1", "files": [ "css/**/*.css", "js/**/*.js",