Skip to content

Commit

Permalink
Updating for new release (#211)
Browse files Browse the repository at this point in the history
  • Loading branch information
danthony06 authored Apr 30, 2024
1 parent 60e33ea commit b8a4a24
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 2 deletions.
3 changes: 3 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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)

Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
<groupId>com.github.swri-robotics</groupId>
<artifactId>bag-database</artifactId>
<packaging>war</packaging>
<version>3.5.2</version>
<version>3.5.3</version>
<name>Bag Database</name>
<properties>
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
Expand Down
2 changes: 1 addition & 1 deletion src/main/webapp/resources/js/views/AboutWindow.js
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ Ext.define('BagDatabase.views.AboutWindow', {
layout: 'fit',
bodyPadding: 5,
constrainHeader: true,
html: "<h2>Bag Database 3.5.2</h2>" +
html: "<h2>Bag Database 3.5.3</h2>" +
"<p>Documentation: <a href='https://swri-robotics.github.io/bag-database/'>https://swri-robotics.github.io/bag-database/</a></p>" +
"<p>Source Code: <a href='https://github.com/swri-robotics/bag-database'>https://github.com/swri-robotics/bag-database</a></p>" +
"<p>Copyright 2015-2024 Southwest Research Institute</p>" +
Expand Down

0 comments on commit b8a4a24

Please sign in to comment.