Skip to content

Commit

Permalink
Sync tag release - 2.4.0
Browse files Browse the repository at this point in the history
  • Loading branch information
AllanJard committed Jul 4, 2023
1 parent 0cb4a90 commit 4a01e25
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 9 deletions.
2 changes: 1 addition & 1 deletion datatables.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,6 @@
"types/types.d.ts"
],
"src-repo": "http://github.com/DataTables/Buttons",
"last-tag": "2.3.6",
"last-tag": "2.4.0",
"last-sync": "6d5c5320d439d7d2623429f01f54c8e7a620edcd"
}
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.3.6</version>
<version>2.4.0</version>
<id>datatables.net-buttons</id>
<description>This is Buttons for DataTables</description>
<repository type="git" url="https://github.com/DataTables/Dist-DataTables-Buttons.git"/>
Expand Down
14 changes: 7 additions & 7 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,19 +4,19 @@
"main": "js/dataTables.buttons.js",
"module": "js/dataTables.buttons.mjs",
"types": "./types/types.d.ts",
"version": "2.3.6",
"version": "2.4.0",
"files": [
"js/**/*.js",
"js/**/*.mjs",
"types/**/*.d.ts"
],
"keywords": [
"Buttons",
"Column Visibility",
"csv",
"excel",
"pdf",
"print",
"Column Visibility",
"csv",
"excel",
"pdf",
"print",
"Datatables",
"jQuery",
"table",
Expand Down Expand Up @@ -48,4 +48,4 @@
"type": "git",
"url": "https://github.com/DataTables/Dist-DataTables-Buttons.git"
}
}
}

0 comments on commit 4a01e25

Please sign in to comment.