We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ef74f88 commit 36c370bCopy full SHA for 36c370b
2 files changed
README.md
@@ -60,7 +60,7 @@ dependency into your project's `pom.xml`:
60
<dependency>
61
<groupId>software.amazon.ion</groupId>
62
<artifactId>ion-java</artifactId>
63
- <version>1.3.0</version>
+ <version>1.3.1</version>
64
</dependency>
65
```
66
pom.xml
@@ -3,7 +3,7 @@
3
<modelVersion>4.0.0</modelVersion>
4
5
6
- <version>1.3.1-SNAPSHOT</version>
7
<packaging>bundle</packaging>
8
9
<name>${project.groupId}:${project.artifactId}</name>
0 commit comments