Skip to content

Commit 08c656b

Browse files
committed
Sync tag release - 1.13.8
1 parent 8535cba commit 08c656b

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

datatables.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,6 @@
1010
"types/types.d.ts"
1111
],
1212
"src-repo": "http://github.com/DataTables/DataTablesSrc",
13-
"last-tag": "1.13.7",
13+
"last-tag": "1.13.8",
1414
"last-sync": "d465757b36e0237b93a1fce05d553a3bb9ecd946"
1515
}

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.7</version>
4+
<version>1.13.8</version>
55
<id>datatables.net</id>
66
<description>This is jQuery DataTables</description>
77
<repository type="git" url="https://github.com/DataTables/Dist-DataTables.git"/>

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
"main": "js/jquery.dataTables.js",
55
"module": "js/jquery.dataTables.mjs",
66
"types": "./types/types.d.ts",
7-
"version": "1.13.7",
7+
"version": "1.13.8",
88
"files": [
99
"js/**/*.js",
1010
"js/**/*.mjs",

0 commit comments

Comments
 (0)