Skip to content

Commit 747f499

Browse files
author
Chris Wilson
committed
Changes Read Me to show 0.23 for new Maven pom version
1 parent 31a92f8 commit 747f499

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
@@ -27,7 +27,7 @@ The SparkPost Java Library is available in this [Maven Repository](https://repo.
2727
<dependency>
2828
<groupId>com.sparkpost</groupId>
2929
<artifactId>sparkpost-lib</artifactId>
30-
<version>0.21</version>
30+
<version>0.23</version>
3131
</dependency>
3232
```
3333

tools/bin/collectJars.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
# Do everything relative to the tools/bin directory
44
cd "$(dirname $0)"
55

6-
VERSION=0.22
6+
VERSION=0.23
77

88
cd ../..
99

0 commit comments

Comments
 (0)