Skip to content

Commit f33e370

Browse files
committed
Sync tag release - 1.1.4
1 parent da61913 commit f33e370

File tree

3 files changed

+6
-6
lines changed

3 files changed

+6
-6
lines changed

datatables.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,6 @@
1111
"types/rowGroup.dataTables.d.ts"
1212
],
1313
"src-repo": "http://github.com/DataTables/RowGroup",
14-
"last-tag": "1.1.3",
14+
"last-tag": "1.1.4",
1515
"last-sync": "3d174131ed5a9b3ec12e67ef7b7b24753cc5561e"
1616
}

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.1.3</version>
4+
<version>1.1.4</version>
55
<id>datatables.net-rowgroup-dt</id>
66
<description>This is RowGroup for DataTables with styling for [DataTables](https://datatables.net/)</description>
77
<repository type="git" url="https://github.com/DataTables/Dist-DataTables-RowGroup-DataTables.git"/>

package.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -4,16 +4,16 @@
44
"main": "js/rowGroup.dataTables.js",
55
"style": "css/rowGroup.dataTables.css",
66
"types": "./types/rowGroup.dataTables.d.ts",
7-
"version": "1.1.3",
7+
"version": "1.1.4",
88
"files": [
99
"css/**/*.css",
1010
"js/**/*.js",
1111
"types/**/*.d.ts"
1212
],
1313
"keywords": [
1414
"RowGroup",
15-
"Row Grouping",
16-
"Datatables",
15+
"Row Grouping",
16+
"Datatables",
1717
"jQuery",
1818
"table",
1919
"filter",
@@ -45,4 +45,4 @@
4545
"type": "git",
4646
"url": "https://github.com/DataTables/Dist-DataTables-RowGroup-DataTables.git"
4747
}
48-
}
48+
}

0 commit comments

Comments
 (0)