We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 31a92f8 commit 747f499Copy full SHA for 747f499
README.md
@@ -27,7 +27,7 @@ The SparkPost Java Library is available in this [Maven Repository](https://repo.
27
<dependency>
28
<groupId>com.sparkpost</groupId>
29
<artifactId>sparkpost-lib</artifactId>
30
- <version>0.21</version>
+ <version>0.23</version>
31
</dependency>
32
```
33
tools/bin/collectJars.sh
@@ -3,7 +3,7 @@
3
# Do everything relative to the tools/bin directory
4
cd "$(dirname $0)"
5
6
-VERSION=0.22
+VERSION=0.23
7
8
cd ../..
9
0 commit comments