Skip to content

Commit

Permalink
Bump version to 2.0.1.
Browse files Browse the repository at this point in the history
  • Loading branch information
uhafner committed Mar 6, 2024
1 parent 3378300 commit c500df1
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
{
"name": "data-tables-api",
"version": "2.0.0",
"version": "2.0.1",
"description": "JQuery DataTables Jenkins Plugin",
"directories": {
"doc": "doc"
},
"dependencies": {
"datatables.net": "2.0.0",
"datatables.net-bs5": "2.0.0",
"datatables.net": "2.0.1",
"datatables.net-bs5": "2.0.1",
"datatables.net-buttons": "3.0.0",
"datatables.net-buttons-bs5": "3.0.0",
"datatables.net-colreorder": "2.0.0",
Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
<url>https://github.com/jenkinsci/data-tables-api-plugin</url>

<properties>
<revision>2.0.0-1</revision>
<revision>2.0.1-1</revision>
<changelist>-SNAPSHOT</changelist>

<module.name>${project.groupId}.datatables</module.name>
Expand Down

0 comments on commit c500df1

Please sign in to comment.