Skip to content

Commit be84fda

Browse files
chrisgarviniampogo
authored andcommitted
sdk/java: increment version to 1.5.3
Closes #3278 Author: Chris Garvin <chris.garvin@me.com> Date: Wed Apr 11 11:30:07 2018 -0700 upstream:b8931a0841a35d8b3629a22260673df3b50b6de6
1 parent 1c1a019 commit be84fda

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ Add the following to your `pom.xml`:
1414
<dependency>
1515
<groupId>com.seq</groupId>
1616
<artifactId>sequence-sdk</artifactId>
17-
<version>[1.5.2,2)</version>
17+
<version>[1.5.3,2)</version>
1818
</dependency>
1919
```
2020

pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<modelVersion>4.0.0</modelVersion>
66
<groupId>com.seq</groupId>
77
<artifactId>sequence-sdk</artifactId>
8-
<version>1.5.2</version>
8+
<version>1.5.3</version>
99
<packaging>jar</packaging>
1010

1111
<name>${project.groupId}:${project.artifactId}</name>

0 commit comments

Comments
 (0)