Skip to content

Commit dd60697

Browse files
committed
Sync tag release - 1.11.0
1 parent 7e597e3 commit dd60697

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
lines changed

datatables.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,6 @@
1111
"types/dataTables.jQueryUI.d.ts"
1212
],
1313
"src-repo": "http://github.com/DataTables/DataTablesSrc",
14-
"last-tag": "1.10.25",
14+
"last-tag": "1.11.0",
1515
"last-sync": "a6ece4b2200e305b761f1ba2a893d8bcc5c5cb52"
1616
}

nuget.nuspec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
<?xml version="1.0" encoding="utf-8"?>
22
<package xmlns="http://schemas.microsoft.com/packaging/2010/07/nuspec.xsd">
33
<metadata>
4-
<version>1.10.25</version>
4+
<version>1.11.0</version>
55
<id>datatables.net-jqui</id>
66
<description>This is DataTables with styling for [jQueryUI](http://jqueryui.com/)</description>
77
<repository type="git" url="https://github.com/DataTables/Dist-DataTables-jQueryUI.git"/>

package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
"main": "js/dataTables.jqueryui.js",
55
"style": "css/dataTables.jqueryui.css",
66
"types": "./types/dataTables.jQueryUI.d.ts",
7-
"version": "1.10.25",
7+
"version": "1.11.0",
88
"files": [
99
"css/**/*.css",
1010
"js/**/*.js",
@@ -13,7 +13,7 @@
1313
],
1414
"keywords": [
1515
"jQuery UI",
16-
"jQueryUI",
16+
"jQueryUI",
1717
"Datatables",
1818
"jQuery",
1919
"table",
@@ -45,4 +45,4 @@
4545
"type": "git",
4646
"url": "https://github.com/DataTables/Dist-DataTables-jQueryUI.git"
4747
}
48-
}
48+
}

0 commit comments

Comments
 (0)