diff --git a/README.md b/README.md index 5f03be4d..db3a1459 100644 --- a/README.md +++ b/README.md @@ -32,7 +32,7 @@ Both of these features ensure that our library can be seamlessly integrated into To include in your project: ##### Gradle ```groovy -implementation 'com.cedarsoftware:java-util:3.1.0' +implementation 'com.cedarsoftware:java-util:3.0.3' ``` ##### Maven @@ -40,7 +40,7 @@ implementation 'com.cedarsoftware:java-util:3.1.0' com.cedarsoftware java-util - 3.1.0 + 3.0.3 ``` --- diff --git a/changelog.md b/changelog.md index 427c9821..04b39c4f 100644 --- a/changelog.md +++ b/changelog.md @@ -1,6 +1,6 @@ ### Revision History #### 3.1.0 -> * [TypeUtilities](userguide.md#typeutilities) added. Advanced Java type introspection and generic resolution utilities. +> * [TypeUtilities](userguide.md#typeutilities) added. Advanced Java type introspection and generic resolution utilities. Used by json-io. #### 3.0.3 > * `java.sql.Date` conversion - considered a timeless "date", like a birthday, and not shifted due to time zones. Example, `2025-02-07T23:59:59[America/New_York]` coverage effective date, will remain `2025-02-07` when converted to any time zone. > * `Currency` conversions added (toString, toMap and vice-versa)