Skip to content

Commit

Permalink
Sync tag release - 2.0.3
Browse files Browse the repository at this point in the history
  • Loading branch information
dtbuild committed May 28, 2024
1 parent 7233469 commit 7f52158
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion datatables.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,6 @@
"types/select.bootstrap5.d.ts"
],
"src-repo": "http://github.com/DataTables/Select",
"last-tag": "2.0.2",
"last-tag": "2.0.3",
"last-sync": "792d55299497a143cdf00aef809f6c6446118613"
}
2 changes: 1 addition & 1 deletion nuget.nuspec
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<?xml version="1.0" encoding="utf-8"?>
<package xmlns="http://schemas.microsoft.com/packaging/2010/07/nuspec.xsd">
<metadata>
<version>2.0.2</version>
<version>2.0.3</version>
<id>datatables.net-select-bs5</id>
<description>This is Select for DataTables with styling for [Bootstrap5](https://getbootstrap.com/)</description>
<repository type="git" url="https://github.com/DataTables/Dist-DataTables-Select-Bootstrap5.git"/>
Expand Down
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
"module": "js/select.bootstrap5.mjs",
"style": "css/select.bootstrap5.css",
"types": "./types/select.bootstrap5.d.ts",
"version": "2.0.2",
"version": "2.0.3",
"files": [
"css/**/*.css",
"js/**/*.js",
Expand All @@ -24,7 +24,7 @@
"sort"
],
"dependencies": {
"datatables.net-select": "2.0.2",
"datatables.net-select": "2.0.3",
"datatables.net-bs5": "^2",
"jquery": ">=1.7"
},
Expand Down

0 comments on commit 7f52158

Please sign in to comment.