Skip to content

Commit

Permalink
Prepare for v1.0.4
Browse files Browse the repository at this point in the history
  • Loading branch information
jodastephen committed Oct 29, 2023
1 parent fbc699a commit 4cb9443
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ Various documentation is available:


### Releases
[Release 1.0.3](https://www.joda.org/joda-money/download.html) is the current release.
[Release 1.0.4](https://www.joda.org/joda-money/download.html) is the current release.
This release is considered stable and worthy of the 1.x tag.
It depends on Java SE 8 or later.

Expand Down
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.0.4" date="SNAPSHOT" description="v1.0.4">
<release version="1.0.4" date="2023-10-29" description="v1.0.4">
<action dev="jodastephen" type="add">
Add isGreaterThanOrEqual() and isLessThanOrEqual() to money classes.
Fixes #98.
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 @@ -70,7 +70,7 @@ As a flavour of Joda-Money, here is some example code:

## <i></i> Releases

[Release 1.0.3](download.html) is the current release.
[Release 1.0.4](download.html) is the current release.
This release is considered stable and worthy of the 1.x tag.

Joda-Money requires Java SE 8 or later and has [no dependencies](dependencies.html).
Expand All @@ -83,7 +83,7 @@ Available in [Maven Central](https://search.maven.org/search?q=g:org.joda%20AND%
<dependency>
<groupId>org.joda</groupId>
<artifactId>joda-money</artifactId>
<version>1.0.3</version>
<version>1.0.4</version>
</dependency>
```

Expand Down

0 comments on commit 4cb9443

Please sign in to comment.