Skip to content

Commit

Permalink
updated md files
Browse files Browse the repository at this point in the history
  • Loading branch information
jdereg committed Feb 22, 2025
1 parent c36f24e commit 2817120
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -32,15 +32,15 @@ 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
```xml
<dependency>
<groupId>com.cedarsoftware</groupId>
<artifactId>java-util</artifactId>
<version>3.1.0</version>
<version>3.0.3</version>
</dependency>
```
---
Expand Down
2 changes: 1 addition & 1 deletion changelog.md
Original file line number Diff line number Diff line change
@@ -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)
Expand Down

0 comments on commit 2817120

Please sign in to comment.