Skip to content

Commit d674f4a

Browse files
committed
Sync tag release - 1.4.2
1 parent d2b23c1 commit d674f4a

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

datatables.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,6 @@
1414
"types/types.d.ts"
1515
],
1616
"src-repo": "http://github.com/DataTables/SearchBuilder",
17-
"last-tag": "1.4.0",
17+
"last-tag": "1.4.2",
1818
"last-sync": "6a324423fcdf2c7ccf1f0cd19756d7495100ea36"
1919
}

nuget.nuspec

+1-1
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.4.0</version>
4+
<version>1.4.2</version>
55
<id>datatables.net-searchbuilder-bs4</id>
66
<description>This is SearchBuilder 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-SearchBuilder-Bootstrap4.git"/>

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
"module": "js/searchBuilder.bootstrap4.mjs",
66
"style": "css/searchBuilder.bootstrap4.css",
77
"types": "./types/types.d.ts",
8-
"version": "1.4.0",
8+
"version": "1.4.2",
99
"files": [
1010
"css/**/*.css",
1111
"js/**/*.js",

0 commit comments

Comments
 (0)