Skip to content

Commit 77dd1e1

Browse files
author
dtbuild
committed
Sync tag release - 2.3.8
1 parent f5a2ee7 commit 77dd1e1

3 files changed

Lines changed: 4 additions & 4 deletions

File tree

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": "2.3.7",
13+
"last-tag": "2.3.8",
1414
"last-sync": "6e7650e79da74bde9779f59a3cbb24d3384851f4"
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>2.3.7</version>
4+
<version>2.3.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: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
"main": "js/dataTables.js",
55
"module": "js/dataTables.mjs",
66
"types": "./types/types.d.ts",
7-
"version": "2.3.7",
7+
"version": "2.3.8",
88
"files": [
99
"js/**/*.js",
1010
"js/**/*.mjs",
@@ -41,4 +41,4 @@
4141
"type": "git",
4242
"url": "https://github.com/DataTables/Dist-DataTables.git"
4343
}
44-
}
44+
}

0 commit comments

Comments
 (0)