Skip to content

Commit c273e89

Browse files
committed
Merge pull request #11 from pjreed/1.3-release
Releasing version 1.3
2 parents f2db971 + a823326 commit c273e89

3 files changed

Lines changed: 3 additions & 3 deletions

File tree

CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Java Bag Reader changelog
22

3-
1.3-SNAPSHOT
3+
1.3
44

55
- Implementing bulk deserialization of arrays
66
- Adding an API call to get a message on a topic at a specific index

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ Add the following dependency to your Maven pom.xml:
1818
<dependency>
1919
<groupId>com.github.swri-robotics</groupId>
2020
<artifactId>bag-reader-java</artifactId>
21-
<version>1.2</version>
21+
<version>1.3</version>
2222
</dependency>
2323
```
2424

pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
<groupId>com.github.swri-robotics</groupId>
1010
<artifactId>bag-reader-java</artifactId>
1111
<packaging>jar</packaging>
12-
<version>1.3-SNAPSHOT</version>
12+
<version>1.3</version>
1313
<name>bag-reader-java</name>
1414
<url>https://github.com/swri-robotics/bag-reader-java</url>
1515
<properties>

0 commit comments

Comments
 (0)