Skip to content

Commit f6f4a7f

Browse files
croakyiampogo
authored andcommitted
sdk/java: increment version to 1.5.1
Closes #2910 Author: Dan Croak <dan@statusok.com> Date: Tue Mar 20 10:49:04 2018 -0700 upstream:e6791f3d969f1b03eba3677d8dc43cb87ad92fde
1 parent 61ed3ea commit f6f4a7f

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
# Sequence Java SDK changelog
22

3-
## 1.5.1 (201803??)
3+
## 1.5.1 (20180320)
44

55
* The `addKeyById` method on `Account.Builder` and `Flavor.Builder` has been
66
deprecated; the new method is `addKeyId`.

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)</version>
17+
<version>[1.5.1,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</version>
8+
<version>1.5.1</version>
99
<packaging>jar</packaging>
1010

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

0 commit comments

Comments
 (0)