Skip to content

Commit

Permalink
Sync tag release - 1.6.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Allan Jardine committed Nov 7, 2022
1 parent 06d109a commit dd1de55
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 @@ -10,6 +10,6 @@
"types/types.d.ts"
],
"src-repo": "http://github.com/DataTables/ColReorder",
"last-tag": "1.5.6",
"last-tag": "1.6.0",
"last-sync": "dd71d1db639759322a3b00a292055aa0c46ddf99"
}
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>1.5.6</version>
<version>1.6.0</version>
<id>datatables.net-colreorder</id>
<description>This is ColReorder for DataTables</description>
<repository type="git" url="https://github.com/DataTables/Dist-DataTables-ColReorder.git"/>
Expand Down
6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,15 +4,15 @@
"main": "js/dataTables.colReorder.js",
"module": "js/dataTables.colReorder.mjs",
"types": "./types/types.d.ts",
"version": "1.5.6",
"version": "1.6.0",
"files": [
"js/**/*.js",
"js/**/*.mjs",
"types/**/*.d.ts"
],
"keywords": [
"ColReorder",
"Reorder",
"Reorder",
"Datatables",
"jQuery",
"table",
Expand Down Expand Up @@ -44,4 +44,4 @@
"type": "git",
"url": "https://github.com/DataTables/Dist-DataTables-ColReorder.git"
}
}
}

0 comments on commit dd1de55

Please sign in to comment.