Skip to content

Commit

Permalink
Prepare for release v1.3.8
Browse files Browse the repository at this point in the history
  • Loading branch information
jodastephen committed Oct 27, 2018
1 parent c10a5d4 commit 825ce20
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion src/changes/changes.xml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
<body>

<!-- types are add, fix, remove, update -->
<release version="1.3.8" date="SNAPSHOT" description="v1.3.8">
<release version="1.3.8" date="2018-10-27" description="v1.3.8">
<action dev="Kiskae" type="fix" >
Handle time of 25:00 in TZDB.
Fixes #95.
Expand Down
4 changes: 2 additions & 2 deletions src/site/markdown/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ Various documentation is available:

## <i></i> Releases

Release 1.3.7 is the latest release.
Release 1.3.8 is the latest release.
It is considered to be stable and usable in production.

The project runs on Java SE 6 (or later) and has no [dependencies](dependencies.html).
Expand All @@ -58,7 +58,7 @@ Available in [Maven Central](https://search.maven.org/search?q=g:org.threeten%20
<dependency>
<groupId>org.threeten</groupId>
<artifactId>threetenbp</artifactId>
<version>1.3.7</version>
<version>1.3.8</version>
</dependency>
```

Expand Down

0 comments on commit 825ce20

Please sign in to comment.