Skip to content

Commit 33f552b

Browse files
author
dtbuild
committed
Sync tag release - 2.2.1
1 parent 80df3ce commit 33f552b

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": "2.2.0",
13+
"last-tag": "2.2.1",
1414
"last-sync": "7014cf2dd12427391f894e5d3c2677d8476b9b33"
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.2.0</version>
4+
<version>2.2.1</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/dataTables.js",
55
"module": "js/dataTables.mjs",
66
"types": "./types/types.d.ts",
7-
"version": "2.2.0",
7+
"version": "2.2.1",
88
"files": [
99
"js/**/*.js",
1010
"js/**/*.mjs",

0 commit comments

Comments
 (0)