Skip to content

Commit b632b55

Browse files
Bump version to 2.24.1
1 parent a8f6a29 commit b632b55

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.24.0</version>
32+
<version>2.24.1</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.24.0'
41+
compile group: 'com.blockchyp', name: 'blockchyp-java', version:'2.24.1'
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
@@ -10,7 +10,7 @@
1010

1111
<groupId>com.blockchyp</groupId>
1212
<artifactId>blockchyp-java</artifactId>
13-
<version>2.24.0</version>
13+
<version>2.24.1</version>
1414
<packaging>jar</packaging>
1515

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

0 commit comments

Comments
 (0)