Skip to content

Commit 4dbb524

Browse files
committed
Sync tag release - 1.1.4
1 parent 437966d commit 4dbb524

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.bootstrap4.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-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: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -4,17 +4,17 @@
44
"main": "js/rowGroup.bootstrap4.js",
55
"style": "css/rowGroup.bootstrap4.css",
66
"types": "./types/rowGroup.bootstrap4.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",
15+
"Row Grouping",
1616
"Bootstrap",
17-
"Bootstrap4",
17+
"Bootstrap4",
1818
"Datatables",
1919
"jQuery",
2020
"table",
@@ -47,4 +47,4 @@
4747
"type": "git",
4848
"url": "https://github.com/DataTables/Dist-DataTables-RowGroup-Bootstrap4.git"
4949
}
50-
}
50+
}

0 commit comments

Comments
 (0)