We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent aaf3772 commit 62c021dCopy full SHA for 62c021d
2 files changed
CHANGELOG.md
@@ -1,6 +1,6 @@
1
# Java Bag Reader changelog
2
3
-1.2-SNAPSHOT
+1.2
4
5
- Removing hard-coded GPS and vehicle name topics
6
- Adding a better API for iterating through message types and topics
pom.xml
@@ -9,7 +9,7 @@
9
<groupId>com.github.swri-robotics</groupId>
10
<artifactId>bag-reader-java</artifactId>
11
<packaging>jar</packaging>
12
- <version>1.2-SNAPSHOT</version>
+ <version>1.2</version>
13
<name>bag-reader-java</name>
14
<url>https://github.com/swri-robotics/bag-reader-java</url>
15
<properties>
0 commit comments