Skip to content

Commit b2e9e89

Browse files
committed
1.13.9 release
1 parent b0cabc2 commit b2e9e89

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
lines changed

datatables.json

Lines changed: 2 additions & 2 deletions
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.8",
13+
"last-tag": "1.13.9",
1414
"last-sync": "d465757b36e0237b93a1fce05d553a3bb9ecd946"
15-
}
15+
}

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.8</version>
4+
<version>1.13.9</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/jquery.dataTables.js",
55
"module": "js/jquery.dataTables.mjs",
66
"types": "./types/types.d.ts",
7-
"version": "1.13.8",
7+
"version": "1.13.9",
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)