Skip to content

Commit

Permalink
sdk/java: increment version to 1.5.3
Browse files Browse the repository at this point in the history
Closes #3278

Author: Chris Garvin <[email protected]>
Date: Wed Apr 11 11:30:07 2018 -0700
upstream:b8931a0841a35d8b3629a22260673df3b50b6de6
  • Loading branch information
chrisgarvin authored and iampogo committed Apr 11, 2018
1 parent 1c1a019 commit be84fda
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ Add the following to your `pom.xml`:
<dependency>
<groupId>com.seq</groupId>
<artifactId>sequence-sdk</artifactId>
<version>[1.5.2,2)</version>
<version>[1.5.3,2)</version>
</dependency>
```

Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<modelVersion>4.0.0</modelVersion>
<groupId>com.seq</groupId>
<artifactId>sequence-sdk</artifactId>
<version>1.5.2</version>
<version>1.5.3</version>
<packaging>jar</packaging>

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

0 comments on commit be84fda

Please sign in to comment.