Skip to content

Commit 087ddcc

Browse files
author
dtbuild
committed
Sync tag release - 1.6.0
1 parent 3421f18 commit 087ddcc

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

datatables.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,6 @@
1313
"types/rowGroup.bootstrap4.d.ts"
1414
],
1515
"src-repo": "http://github.com/DataTables/RowGroup",
16-
"last-tag": "1.5.2",
16+
"last-tag": "1.6.0",
1717
"last-sync": "d3e647b10f3cbbbcda9524d288d662ce57411ca4"
1818
}

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.5.2</version>
4+
<version>1.6.0</version>
55
<id>datatables.net-rowgroup-bs4</id>
66
<description>This is RowGroup for DataTables with styling for [Bootstrap4](https://getbootstrap.com/docs/4.6/getting-started/introduction/)</description>
77
<repository type="git" url="https://github.com/DataTables/Dist-DataTables-RowGroup-Bootstrap4.git"/>

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
"module": "js/rowGroup.bootstrap4.mjs",
66
"style": "css/rowGroup.bootstrap4.css",
77
"types": "./types/rowGroup.bootstrap4.d.ts",
8-
"version": "1.5.2",
8+
"version": "1.6.0",
99
"files": [
1010
"css/**/*.css",
1111
"js/**/*.js",
@@ -24,7 +24,7 @@
2424
"sort"
2525
],
2626
"dependencies": {
27-
"datatables.net-rowgroup": "1.5.2",
27+
"datatables.net-rowgroup": "1.6.0",
2828
"datatables.net-bs4": "^2",
2929
"jquery": ">=1.7"
3030
},

0 commit comments

Comments
 (0)