Skip to content

Commit

Permalink
Sync tag release - 1.10.25
Browse files Browse the repository at this point in the history
  • Loading branch information
Allan Jardine committed Jun 4, 2021
1 parent f46e8c0 commit d606d3c
Show file tree
Hide file tree
Showing 4 changed files with 9 additions and 9 deletions.
4 changes: 2 additions & 2 deletions datatables.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,5 +11,5 @@
"types/dataTables.dataTables.d.ts"
],
"src-repo": "http://github.com/DataTables/DataTablesSrc",
"last-tag": "1.10.24"
}
"last-tag": "1.10.25"
}
2 changes: 1 addition & 1 deletion js/dataTables.dataTables.min.js
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,4 @@
DataTables styling integration
©2018 SpryMedia Ltd - datatables.net/license
*/
(function(c){"function"===typeof define&&define.amd?define(["jquery","datatables.net"],function(a){return c(a,window,document)}):"object"===typeof exports?module.exports=function(a,b){a||(a=window);b&&b.fn.dataTable||(b=require("datatables.net")(a,b).$);return c(b,a,a.document)}:c(jQuery,window,document)})(function(c,a,b,d){return c.fn.dataTable});
(function(b){"function"===typeof define&&define.amd?define(["jquery","datatables.net"],function(a){return b(a,window,document)}):"object"===typeof exports?module.exports=function(a,c){a||(a=window);if(!c||!c.fn.dataTable)c=require("datatables.net")(a,c).$;return b(c,a,a.document)}:b(jQuery,window,document)})(function(b){return b.fn.dataTable});
2 changes: 1 addition & 1 deletion nuget.nuspec
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<?xml version="1.0" encoding="utf-8"?>
<package xmlns="http://schemas.microsoft.com/packaging/2010/07/nuspec.xsd">
<metadata>
<version>1.10.24</version>
<version>1.10.25</version>
<id>datatables.net-dt</id>
<description>This is DataTables with styling for [DataTables](https://datatables.net/)</description>
<repository type="git" url="https://github.com/DataTables/Dist-DataTables-DataTables.git"/>
Expand Down
10 changes: 5 additions & 5 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,22 +4,22 @@
"main": "js/dataTables.dataTables.js",
"style": "css/jquery.dataTables.css",
"types": "./types/dataTables.dataTables.d.ts",
"version": "1.10.24",
"version": "1.10.25",
"files": [
"css/**/*.css",
"js/**/*.js",
"images/*"
],
"keywords": [
"Datatables",
"Datatables",
"jQuery",
"table",
"filter",
"sort"
],
"dependencies": {
"datatables.net": ">=1.10.24",
"jquery": ">=1.7"
"jquery": ">=1.7",
"datatables.net": "1.10.25"
},
"moduleType": [
"globals",
Expand All @@ -42,4 +42,4 @@
"type": "git",
"url": "https://github.com/DataTables/Dist-DataTables-DataTables.git"
}
}
}

0 comments on commit d606d3c

Please sign in to comment.