Skip to content

Commit 6abb1bb

Browse files
author
Vadim Platonov
committed
update readme
1 parent f1941ab commit 6abb1bb

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

CHANGELOG.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Changelog
22

3-
## 0.3.1
3+
## 0.3.2
44

55
### New Features
66

@@ -30,7 +30,7 @@ Please see a new section within README - [Legacy Date-Time
3030
Types](https://github.com/dm3/clojure.java-time#legacy-date-time-types)
3131

3232
* `java-date`, `sql-date`, `sql-timestamp`, `sql-time` - functions which
33-
product the `java.util.*` date-time objects.
33+
produce the `java.util.*` date-time objects.
3434
* [#5](https://github.com/dm3/clojure.java-time/issues/5) automatic conversions:
3535
- `java.sql.Date` -> `java.time.LocalDate`
3636
- `java.sql.Timestamp` -> `java.time.LocalDateTime`

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ You can also take a look at a [comprehensive comparison](http://time4j.net/tutor
5252
Add the following dependency to your `project.clj` or `build.boot`:
5353

5454
```clj
55-
[clojure.java-time "0.3.0"]
55+
[clojure.java-time "0.3.1"]
5656
```
5757

5858
The [API](https://dm3.github.io/clojure.java-time/) of the Clojure.Java-Time

0 commit comments

Comments
 (0)