diff --git a/CHANGELOG.md b/CHANGELOG.md index 740286b..a5bb17a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,4 +1,7 @@ # Bag Database changelog +3.5.3 +- Updating Docker configuration to reference simplified paths (Thanks danthony06) + 3.5.2 - Updating dependencies to address security vulnerabilities (Thanks danthony06) diff --git a/pom.xml b/pom.xml index 1bdeb53..c9ccac7 100644 --- a/pom.xml +++ b/pom.xml @@ -7,7 +7,7 @@ com.github.swri-robotics bag-database war - 3.5.2 + 3.5.3 Bag Database UTF-8 diff --git a/src/main/webapp/resources/js/views/AboutWindow.js b/src/main/webapp/resources/js/views/AboutWindow.js index 8854b84..28706fd 100644 --- a/src/main/webapp/resources/js/views/AboutWindow.js +++ b/src/main/webapp/resources/js/views/AboutWindow.js @@ -35,7 +35,7 @@ Ext.define('BagDatabase.views.AboutWindow', { layout: 'fit', bodyPadding: 5, constrainHeader: true, - html: "

Bag Database 3.5.2

" + + html: "

Bag Database 3.5.3

" + "

Documentation: https://swri-robotics.github.io/bag-database/

" + "

Source Code: https://github.com/swri-robotics/bag-database

" + "

Copyright 2015-2024 Southwest Research Institute

" +