diff --git a/README.md b/README.md index 01c9a701..c5e1cec1 100644 --- a/README.md +++ b/README.md @@ -15,7 +15,7 @@ The classes in the`.jar`file are version 52 (`JDK 1.8`). To include in your project: ##### GradleF ``` -implementation 'com.cedarsoftware:java-util:2.4.3' +implementation 'com.cedarsoftware:java-util:2.4.4' ``` ##### Maven @@ -23,7 +23,7 @@ implementation 'com.cedarsoftware:java-util:2.4.3' com.cedarsoftware java-util - 2.4.3 + 2.4.4 ``` --- diff --git a/changelog.md b/changelog.md index dae97043..446212f7 100644 --- a/changelog.md +++ b/changelog.md @@ -1,4 +1,6 @@ ### Revision History +* 2.4.4 + * `Converter` - Enum test added. 683 combinations. * 2.4.3 * `DateUtilities` - now supports timezone offset with seconds component (rarer than seeing a bald eagle in your backyard). * `Converter` - many more tests added...682 combinations. diff --git a/pom.xml b/pom.xml index 0f072a61..7ee85f9c 100644 --- a/pom.xml +++ b/pom.xml @@ -5,7 +5,7 @@ com.cedarsoftware java-util jar - 2.4.3 + 2.4.4 Java Utilities https://github.com/jdereg/java-util