Skip to content

Commit c7598ed

Browse files
Bump version to 2.16.2
1 parent 92f4997 commit c7598ed

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ The BlockChyp SDK is in Maven's Central Repository. Just add this snippet to you
2929
<dependency>
3030
<groupId>com.blockchyp</groupId>
3131
<artifactId>blockchyp-java</artifactId>
32-
<version>2.16.1</version>
32+
<version>2.16.2</version>
3333
</dependency>
3434
```
3535

@@ -38,7 +38,7 @@ The BlockChyp SDK is in Maven's Central Repository. Just add this snippet to you
3838
For the hipsters among you who've moved up to Gradle, try adding this snippet under dependencies in your Gradle build file.
3939

4040
```
41-
compile group: 'com.blockchyp', name: 'blockchyp-java', version:'2.16.1'
41+
compile group: 'com.blockchyp', name: 'blockchyp-java', version:'2.16.2'
4242
```
4343

4444
You'll also need the Maven plugin turned on. Make sure your Gradle build has something like this in it:

pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88

99
<groupId>com.blockchyp</groupId>
1010
<artifactId>blockchyp-java</artifactId>
11-
<version>2.16.1</version>
11+
<version>2.16.2</version>
1212
<packaging>jar</packaging>
1313

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

0 commit comments

Comments
 (0)