diff --git a/datatables.json b/datatables.json index 445362b..a0ce4db 100644 --- a/datatables.json +++ b/datatables.json @@ -13,6 +13,6 @@ "types/select.foundation.d.ts" ], "src-repo": "http://github.com/DataTables/Select", - "last-tag": "2.0.2", + "last-tag": "2.0.3", "last-sync": "792d55299497a143cdf00aef809f6c6446118613" } \ No newline at end of file diff --git a/nuget.nuspec b/nuget.nuspec index afa93cb..d2e4e18 100644 --- a/nuget.nuspec +++ b/nuget.nuspec @@ -1,7 +1,7 @@ - 2.0.2 + 2.0.3 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 bf11238..e9a098b 100644 --- a/package.json +++ b/package.json @@ -5,7 +5,7 @@ "module": "js/select.foundation.mjs", "style": "css/select.foundation.css", "types": "./types/select.foundation.d.ts", - "version": "2.0.2", + "version": "2.0.3", "files": [ "css/**/*.css", "js/**/*.js", @@ -23,7 +23,7 @@ "sort" ], "dependencies": { - "datatables.net-select": "2.0.2", + "datatables.net-select": "2.0.3", "datatables.net-zf": "^2", "jquery": ">=1.7" },