From b8a4a245518675242bb1f2879e5c998ee68939fd Mon Sep 17 00:00:00 2001 From: David Anthony Date: Tue, 30 Apr 2024 16:45:40 -0500 Subject: [PATCH] Updating for new release (#211) --- CHANGELOG.md | 3 +++ pom.xml | 2 +- src/main/webapp/resources/js/views/AboutWindow.js | 2 +- 3 files changed, 5 insertions(+), 2 deletions(-) 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

" +