Skip to content

Commit 9294879

Browse files
committed
Sync tag release - 1.13.5
1 parent 8d2e2f3 commit 9294879

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
@@ -13,6 +13,6 @@
1313
"types/dataTables.jqueryui.d.ts"
1414
],
1515
"src-repo": "http://github.com/DataTables/DataTablesSrc",
16-
"last-tag": "1.13.4",
16+
"last-tag": "1.13.5",
1717
"last-sync": "523d8a470f731846de51a35820ac8d280d51f8e8"
1818
}

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.13.4</version>
4+
<version>1.13.5</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
@@ -5,7 +5,7 @@
55
"module": "js/dataTables.jqueryui.mjs",
66
"style": "css/dataTables.jqueryui.css",
77
"types": "./types/dataTables.jqueryui.d.ts",
8-
"version": "1.13.4",
8+
"version": "1.13.5",
99
"files": [
1010
"css/**/*.css",
1111
"js/**/*.js",
@@ -15,7 +15,7 @@
1515
],
1616
"keywords": [
1717
"jQuery UI",
18-
"jQueryUI",
18+
"jQueryUI",
1919
"Datatables",
2020
"jQuery",
2121
"table",
@@ -47,4 +47,4 @@
4747
"type": "git",
4848
"url": "https://github.com/DataTables/Dist-DataTables-jQueryUI.git"
4949
}
50-
}
50+
}

0 commit comments

Comments
 (0)