Skip to content

Commit

Permalink
Sync tag release - 3.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
dtbuild committed Mar 26, 2024
1 parent edaf01f commit d3ff651
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 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/responsive.jqueryui.d.ts"
],
"src-repo": "http://github.com/DataTables/Responsive",
"last-tag": "3.0.0",
"last-tag": "3.0.1",
"last-sync": "3437e04e17a24a243c2a3d9358f2c75027406d0b"
}
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>3.0.0</version>
<version>3.0.1</version>
<id>datatables.net-responsive-jqui</id>
<description>This is Responsive for DataTables with styling for [jQueryUI](http://jqueryui.com/)</description>
<repository type="git" url="https://github.com/DataTables/Dist-DataTables-Responsive-jQueryUI.git"/>
Expand Down
6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
"module": "js/responsive.jqueryui.mjs",
"style": "css/responsive.jqueryui.css",
"types": "./types/responsive.jqueryui.d.ts",
"version": "3.0.0",
"version": "3.0.1",
"files": [
"css/**/*.css",
"js/**/*.js",
Expand All @@ -23,8 +23,8 @@
"sort"
],
"dependencies": {
"datatables.net-responsive": "3.0.0",
"datatables.net-jqui": ">=2.0.0",
"datatables.net-responsive": "3.0.1",
"datatables.net-jqui": "^2",
"jquery": ">=1.7"
},
"moduleType": [
Expand Down

0 comments on commit d3ff651

Please sign in to comment.