Skip to content

Commit

Permalink
Bump version to 2.0.5-1-SNAPSHOT.
Browse files Browse the repository at this point in the history
  • Loading branch information
uhafner committed Apr 23, 2024
1 parent 5306bf3 commit 34ad36a
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,14 +1,14 @@
{
"name": "data-tables-api",
"version": "2.0.3",
"version": "2.0.5",
"description": "JQuery DataTables Jenkins Plugin",
"directories": {
"doc": "doc"
},
"dependencies": {
"datatables.net": "2.0.5",
"datatables.net-bs5": "2.0.5",
"datatables.net-buttons": "3.0.1",
"datatables.net-buttons": "3.0.2",
"datatables.net-buttons-bs5": "3.0.2",
"datatables.net-colreorder": "2.0.1",
"datatables.net-colreorder-bs5": "2.0.1",
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.3-2</revision>
<revision>2.0.5-1</revision>
<changelist>-SNAPSHOT</changelist>

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

0 comments on commit 34ad36a

Please sign in to comment.